From 8216dfb0b9e423b97fbd4f349cb2d76f0ba98707 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 04:40:06 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade actions/download-artifact action to v5. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72cebb4..4eda282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: useRollingCache: true - name: Load build 💽 - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: dist path: dist