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 4d6acbb commit 341caa3Copy full SHA for 341caa3
.github/workflows/build.yml
@@ -179,7 +179,7 @@ jobs:
179
go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
180
181
- name: Download app artifacts
182
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
183
with:
184
name: app-dist
185
path: app/dist
@@ -326,7 +326,7 @@ jobs:
326
type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
327
328
- name: Download artifacts
329
330
331
path: ./dist
332
0 commit comments