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 526415d commit b1cfa77Copy full SHA for b1cfa77
1 file changed
.github/workflows/wheels.yml
@@ -256,7 +256,7 @@ jobs:
256
runs-on: ubuntu-latest
257
name: Upload wheels to scientific-python-nightly-wheels
258
steps:
259
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
260
with:
261
pattern: dist-*
262
path: dist
@@ -278,7 +278,7 @@ jobs:
278
permissions:
279
id-token: write
280
281
282
283
284
0 commit comments