We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a07635b + 5ef6083 commit b849700Copy full SHA for b849700
.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@v6
+ - uses: actions/download-artifact@v7
64
with:
65
pattern: cibw-*
66
path: dist
0 commit comments