Skip to content

Commit

Permalink
Update download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Jan 5, 2024
1 parent 5f478c8 commit 92dad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: build_wheel_and_sdist
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
# unpacks default artifact into dist/
# if `name: artifact` is omitted, the action will create extra parent dir
Expand Down

0 comments on commit 92dad24

Please sign in to comment.