From 0854c3b053f08d4e854913a01242b4afd2d6757a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 12:46:34 +0800 Subject: [PATCH] chore(deps): Update actions/download-artifact action to v5 (#915) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d950c17f..00580758 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Install dependencies run: go mod tidy - name: Download frontend - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: frontend path: pkg/embed/frontend