From af2b057b75fb4b31b25e453b527e7d399d416606 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:13:23 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v7 --- .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 371968ee..67b9fa3b 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@v6 + uses: actions/download-artifact@v7 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@v6 + uses: actions/download-artifact@v7 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@v6 + uses: actions/download-artifact@v7 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules