We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 179a365 + 06a1ae9 commit 01f1ac5Copy full SHA for 01f1ac5
.github/workflows/build_wheels.yml
@@ -60,7 +60,7 @@ jobs:
60
# if: github.event_name == 'release' && github.event.action == 'published'
61
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
62
steps:
63
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
64
with:
65
pattern: cibw-*
66
path: dist
0 commit comments