We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 407f9c4 + 7cd4d7a commit a4622c5Copy full SHA for a4622c5
1 file changed
.github/workflows/cibuildwheels.yml
@@ -91,7 +91,7 @@ jobs:
91
CIBW_BUILD_VERBOSITY: 1
92
93
- name: Upload wheels
94
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
95
with:
96
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
97
path: ./wheelhouse/*.whl
@@ -118,7 +118,7 @@ jobs:
118
- name: Build SDist
119
run: python setup.py sdist
120
121
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
122
123
name: wheels-source
124
path: dist/*.tar.gz
0 commit comments