We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee10616 commit 6944e8bCopy full SHA for 6944e8b
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build
25
run: ./trunk build --release
26
- name: Upload app artifacts
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
28
with:
29
name: dist-folder
30
path: dist
@@ -81,7 +81,7 @@ jobs:
81
password: ${{ github.token }}
82
83
- name: Download built app
84
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
85
86
87
path: dist/
@@ -154,7 +154,7 @@ jobs:
154
155
submodules: recursive
156
157
158
159
160
0 commit comments