Skip to content

Commit 6944e8b

Browse files
chore(deps): update github artifact actions
1 parent ee10616 commit 6944e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: ./trunk build --release
2626
- name: Upload app artifacts
27-
uses: actions/upload-artifact@v4
27+
uses: actions/upload-artifact@v5
2828
with:
2929
name: dist-folder
3030
path: dist
@@ -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@v6
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@v6
158158
with:
159159
name: dist-folder
160160
path: dist/

0 commit comments

Comments
 (0)