Skip to content

Commit

Permalink
Update actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Jan 31, 2024
1 parent 75646f0 commit c813031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: [build_sdist_wheels]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit c813031

Please sign in to comment.