From ab36dcc562d8509be1d3cf4ad9c62c0a0569e819 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:05:34 +0000 Subject: [PATCH] deps(renovate): update codecov/codecov-action action to v4 --- .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 9072d00d..2f0200b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,4 +29,4 @@ jobs: - run: npm run build - run: npx c8 npm test - run: npx c8 report --reporter=text-lcov > coverage.lcov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4