Skip to content

Commit 92dad24

Browse files
committed
Update download-artifact action to v4
1 parent 5f478c8 commit 92dad24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: build_wheel_and_sdist
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4
3333
with:
3434
# unpacks default artifact into dist/
3535
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)