Skip to content

Commit

Permalink
Update artifact download in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez authored Sep 5, 2024
1 parent fef3a76 commit 0d676bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published' # upload to pypi only on release
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
name: Download wheels and sdist
with:
name: dist
Expand Down

0 comments on commit 0d676bb

Please sign in to comment.