From 1aa062146d74a3f3d8905c8ac650dceaf08d3918 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:04:35 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 37d195ea..b3e65b8b 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@v4 + uses: actions/download-artifact@v5 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@v4 + uses: actions/download-artifact@v5 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules @@ -123,7 +123,7 @@ jobs: with: bun-version: latest - name: Download node_modules artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules @@ -152,7 +152,7 @@ jobs: with: bun-version: latest - name: Download node_modules artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules