We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aae4d71 + d54f3d3 commit a35a394Copy full SHA for a35a394
1 file changed
.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@v5
+ - uses: actions/download-artifact@v6
64
with:
65
pattern: cibw-*
66
path: dist
0 commit comments