From c9ef802c2ca179d73531970655f9d7bd2f1fb946 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:59:24 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 --- .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 1ce1d97..258ecc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: node-version-file: .nvmrc - name: Restore node_modules artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v8 with: name: node_modules.tar.zstd - name: Unarchive node_modules