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 e06a502 + 41f2237 commit 1edd4f4Copy full SHA for 1edd4f4
1 file changed
.github/workflows/cibuildwheels.yml
@@ -133,7 +133,7 @@ jobs:
133
# Only upload wheels when tagging (typically a release)
134
if: startsWith(github.event.ref, 'refs/tags')
135
steps:
136
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
137
with:
138
path: ./wheelhouse
139
merge-multiple: true # Merge all the wheels artifacts into one directory
0 commit comments