From 337320b1434ed4da4ae91ed5848d981f24eaf284 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:06:09 +0000 Subject: [PATCH] deps(renovate): update codecov/codecov-action action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d6f273d..1ecc6191 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,6 +35,6 @@ jobs: - run: npm ci --ignore-scripts - run: npx c8 npm test - run: npx c8 report --reporter=text-lcov > coverage.lcov - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}