From 454bd4205ba422f50c617f6353d2a2f059eb3e4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 03:20:39 +0000 Subject: [PATCH] chore: update actions/download-artifact action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 000d6b50..6f247c3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,7 +107,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Download build results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build_dist path: dist