Skip to content

Commit

Permalink
Bump download-artifact to v4 (#3104)
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoFewka authored Nov 14, 2024
1 parent 420f83a commit 0b6addd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/upgrade-testing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
with:
python-version: 'pypy3.9'

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4 #v3 reaches deprecation on November 30, 2024
with:
name: binaries-${{ github.sha }}
path: ./
Expand Down

0 comments on commit 0b6addd

Please sign in to comment.