Skip to content

Commit

Permalink
fix download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
wyapx committed Oct 10, 2024
1 parent 62cb186 commit 7fe9a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
needs: [build_wheels, make_sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 7fe9a0a

Please sign in to comment.