From 51a0c91d608688826d4968a6fad8856c43e7cc0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 13:18:10 +0800 Subject: [PATCH] chore(deps): Update GitHub Artifact Actions (#1158) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 09524e5a..f8f7f83d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: pnpm run gettext:compile pnpm build - name: Upload frontend - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: frontend path: web/dist/ @@ -55,7 +55,7 @@ jobs: - name: Install dependencies run: go mod tidy - name: Download frontend - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend path: pkg/embed/frontend @@ -89,7 +89,7 @@ jobs: upx --best --lzma ace-${{ matrix.goarch }} upx --best --lzma cli-${{ matrix.goarch }} - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: backend-${{ matrix.goarch }} path: |