Skip to content

Commit b1cfa77

Browse files
Update actions/download-artifact action to v5 (#9141)
1 parent 526415d commit b1cfa77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
runs-on: ubuntu-latest
257257
name: Upload wheels to scientific-python-nightly-wheels
258258
steps:
259-
- uses: actions/download-artifact@v4
259+
- uses: actions/download-artifact@v5
260260
with:
261261
pattern: dist-*
262262
path: dist
@@ -278,7 +278,7 @@ jobs:
278278
permissions:
279279
id-token: write
280280
steps:
281-
- uses: actions/download-artifact@v4
281+
- uses: actions/download-artifact@v5
282282
with:
283283
pattern: dist-*
284284
path: dist

0 commit comments

Comments
 (0)