Skip to content

Commit 5280af7

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent ee10616 commit 5280af7

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
@@ -81,7 +81,7 @@ jobs:
8181
password: ${{ github.token }}
8282

8383
- name: Download built app
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: dist-folder
8787
path: dist/
@@ -154,7 +154,7 @@ jobs:
154154
with:
155155
submodules: recursive
156156
- name: Download built app
157-
uses: actions/download-artifact@v4
157+
uses: actions/download-artifact@v5
158158
with:
159159
name: dist-folder
160160
path: dist/

0 commit comments

Comments
 (0)