From c4c3e7d4d2ee220c2210a15f0338ddc0cf5c1a88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:29:59 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a536c0d4..60998648 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -60,7 +60,7 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - name: Upload node_modules artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: node-modules-${{ runner.os }}-${{ hashFiles('bun.lock') }} path: node_modules @@ -134,7 +134,7 @@ jobs: run: CLICOLOR=1 bun test:retry --coverage --coverage-reporter=lcov - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-${{ runner.os }}-${{ github.run_id }} path: |