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.
1 parent 41f3304 commit de0262eCopy full SHA for de0262e
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
attestations: write
28
29
steps:
30
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
31
with:
32
name: Packages
33
path: dist
.github/workflows/test.yml
@@ -196,7 +196,7 @@ jobs:
196
run: |
197
test $(find wheelhouse_only -name '*.whl' | wc -l) -eq 1
198
199
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
200
201
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
202
path: wheelhouse/*.whl
0 commit comments