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 87f1e93 + 862ea5b commit 7993457Copy full SHA for 7993457
1 file changed
.github/workflows/cibuildwheels.yml
@@ -124,7 +124,7 @@ jobs:
124
# Only upload wheels when tagging (typically a release)
125
if: startsWith(github.event.ref, 'refs/tags')
126
steps:
127
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
128
with:
129
path: ./wheelhouse
130
merge-multiple: true # Merge all the wheels artifacts into one directory
0 commit comments