From 910c8bd84e6854ce5c19594a4dd2d91aeb4e3205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:09:26 +0000 Subject: [PATCH] deps(renovate): update codecov/codecov-action action to v7 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a099e7e..d486a5f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - run: npm ci - run: npx c8 npm run test - run: npx c8 report --reporter=text-lcov > coverage.lcov - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} TestBun: @@ -55,7 +55,7 @@ jobs: bun-version: latest - run: bun install - run: bun test src --coverage --coverage-reporter=lcov - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} TestDeno: