Skip to content

Commit ad2d2f8

Browse files
chore(deps): update github artifact actions (#1406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbda6a9 commit ad2d2f8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
9191
- name: Archive app artifacts
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: app-dist
9595
path: |
@@ -194,7 +194,7 @@ jobs:
194194
go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
195195
196196
- name: Download app artifacts
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
name: app-dist
200200
path: app/dist.tar.xz
@@ -261,7 +261,7 @@ jobs:
261261
go build -trimpath -tags=jsoniter -ldflags "$LD_FLAGS -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o dist/$BINARY_NAME -v main.go
262262
263263
- name: Archive backend artifacts
264-
uses: actions/upload-artifact@v4
264+
uses: actions/upload-artifact@v5
265265
with:
266266
name: ${{ env.ARTIFACT }}
267267
path: dist/${{ env.BINARY_NAME }}
@@ -348,7 +348,7 @@ jobs:
348348
go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}-
349349
350350
- name: Download app artifacts
351-
uses: actions/download-artifact@v5
351+
uses: actions/download-artifact@v6
352352
with:
353353
name: app-dist
354354
path: app/dist.tar.xz
@@ -362,7 +362,7 @@ jobs:
362362
go build -trimpath -tags=jsoniter -ldflags "-w -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o dist/$BINARY_NAME -v main.go
363363
364364
- name: Archive backend artifacts
365-
uses: actions/upload-artifact@v4
365+
uses: actions/upload-artifact@v5
366366
with:
367367
name: ${{ env.ARTIFACT }}
368368
path: dist/${{ env.BINARY_NAME }}
@@ -422,7 +422,7 @@ jobs:
422422
type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }}
423423
424424
- name: Download artifacts
425-
uses: actions/download-artifact@v5
425+
uses: actions/download-artifact@v6
426426
with:
427427
path: ./dist
428428

.github/workflows/documents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: docs
5555

5656
- name: Archive artifacts
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: dist
6060
path: docs/.vitepress/dist

0 commit comments

Comments
 (0)