From e15a74339e6a487c51ba51e955fa53f81cb98470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:29:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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