From ebc7c4e1b017d84869b470f6dc86c3bf4a26d593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:49:08 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade actions/download-artifact action to v4 --- .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 16606b00..9f6862de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: useRollingCache: true - name: Load build 💽 - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: dist