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 279f8ae + d8e8907 commit 6029a52Copy full SHA for 6029a52
.github/workflows/wheels.yml
@@ -51,7 +51,7 @@ jobs:
51
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.event.repository.visibility == 'public'
52
53
steps:
54
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
55
with:
56
pattern: build-*
57
path: dist
0 commit comments