From 92e212bf1b8cdbd23c50848408b46c5be2c5d7d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:29:55 +0000 Subject: [PATCH] Update actions/download-artifact action to v8 --- .github/workflows/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a536c0d4..fe6afdbf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -83,7 +83,7 @@ jobs: with: bun-version: latest - name: Download node_modules artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules @@ -103,7 +103,7 @@ jobs: with: bun-version: latest - name: Download node_modules artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules @@ -125,7 +125,7 @@ jobs: with: bun-version: latest - name: Download node_modules artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules