We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eccc4e5 + b2daea9 commit 9a4c6a0Copy full SHA for 9a4c6a0
1 file changed
.github/workflows/CI.yml
@@ -237,7 +237,7 @@ jobs:
237
238
- run: twine check --strict dist/*
239
240
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
241
with:
242
name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
243
path: dist
@@ -257,7 +257,7 @@ jobs:
257
258
steps:
259
- name: Download All Artifacts
260
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
261
262
263
pattern: wheels-*
@@ -277,7 +277,7 @@ jobs:
277
278
279
280
281
282
283
0 commit comments