Skip to content

Commit 341caa3

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 4d6acbb commit 341caa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
180180
181181
- name: Download app artifacts
182-
uses: actions/download-artifact@v4
182+
uses: actions/download-artifact@v5
183183
with:
184184
name: app-dist
185185
path: app/dist
@@ -326,7 +326,7 @@ jobs:
326326
type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
327327
328328
- name: Download artifacts
329-
uses: actions/download-artifact@v4
329+
uses: actions/download-artifact@v5
330330
with:
331331
path: ./dist
332332

0 commit comments

Comments
 (0)