From 41ee32f14bacc0c58c91d2431519fafce9fb2831 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 02:01:22 +0000 Subject: [PATCH] chore(deps): update 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 ce54145d..7480f646 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -173,7 +173,7 @@ jobs: npm install --ignore-scripts - name: Download articats - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 - name: Install prebuilds shell: bash