Skip to content

Commit 64fe3f6

Browse files
committed
update download-artifact@v3 to download-artifact@v4
1 parent 6e19b89 commit 64fe3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
if: github.event_name == 'release' && github.event.action == 'published'
5858
steps:
59-
- uses: actions/download-artifact@v3
59+
- uses: actions/download-artifact@v4
6060
with:
6161
name: artifact
6262
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
if: github.event_name == 'release' && github.event.action == 'published'
8888
steps:
89-
- uses: actions/download-artifact@v3
89+
- uses: actions/download-artifact@v4
9090
with:
9191
name: artifact
9292
path: dist

0 commit comments

Comments
 (0)