From be41f71fc6d33aebc9a7cc2371e9489376178bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 07:40:57 +0800 Subject: [PATCH] Chore: bump actions/download-artifact from 4 to 5 (#3467) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30ea79be1..175aeb11b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -217,7 +217,7 @@ jobs: with: go-version: ^1.24 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: path: build_artifacts