From 676a227816e2b8f8023b34080a794315ae838eb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:51:06 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build.yml | 12 ++++++------ .github/workflows/documents.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b71b5872e..82936d7e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: fi - name: Archive app artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: app-dist path: | @@ -194,7 +194,7 @@ jobs: go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}- - name: Download app artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: app-dist path: app/dist.tar.xz @@ -261,7 +261,7 @@ jobs: 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 - name: Archive backend artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT }} path: dist/${{ env.BINARY_NAME }} @@ -348,7 +348,7 @@ jobs: go-${{ runner.os }}-${{ runner.arch }}-${{ env.CACHE_NAME }}- - name: Download app artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: app-dist path: app/dist.tar.xz @@ -362,7 +362,7 @@ jobs: go build -trimpath -tags=jsoniter -ldflags "-w -X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o dist/$BINARY_NAME -v main.go - name: Archive backend artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.ARTIFACT }} path: dist/${{ env.BINARY_NAME }} @@ -422,7 +422,7 @@ jobs: type=raw,value=latest,enable=${{ github.event_name == 'release' && !github.event.release.prerelease }} - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./dist diff --git a/.github/workflows/documents.yml b/.github/workflows/documents.yml index 5606603ca..3be9f32ca 100644 --- a/.github/workflows/documents.yml +++ b/.github/workflows/documents.yml @@ -54,7 +54,7 @@ jobs: working-directory: docs - name: Archive artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: docs/.vitepress/dist