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 1a76abd + da01918 commit 9835b7eCopy full SHA for 9835b7e
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@v5
+ - uses: actions/download-artifact@v6
128
with:
129
path: ./wheelhouse
130
merge-multiple: true # Merge all the wheels artifacts into one directory
0 commit comments