Skip to content

Commit

Permalink
ci: update deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-ricard-valverde authored Nov 6, 2024
1 parent 3ee80cb commit ceaf5a4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ jobs:
tox --parallel --develop
- name: Archive tox logs on failure
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tox-logs
path: tox_logs/*
name: tox-logs-${{ matrix.runs-on }}
path: tox_logs-${{ matrix.runs-on }}/*
include-hidden-files: true
overwrite: true

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ceaf5a4

Please sign in to comment.