From ebfdb15c9e4479af0be13fe0acfdcf12619e3fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:33:54 +0000 Subject: [PATCH] chore(deps): update 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 ce54145d..de81dd81 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@v5 - name: Install prebuilds shell: bash