Skip to content

Commit

Permalink
Upgrade upload-artifact in tox.yml
Browse files Browse the repository at this point in the history
Should not be a breaking upgrade as `artifact-name` is generated from the tox environment name so should already be unique to the job. (Artifacts are immutable in v4.)
  • Loading branch information
ConorMacBride committed Jan 4, 2024
1 parent bfc3ac4 commit 6e927a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
needs: [test_artifact_upload]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact-upload-(ubuntu-latest)
path: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
shell: sh

- if: ${{ (success() || failure()) && matrix.artifact-path != '' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: ${{ matrix.artifact-path }}
Expand Down

0 comments on commit 6e927a3

Please sign in to comment.