From 5ea93c4a5d3f5d8a55f2a7bc513dc6bc6b13ea3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:06:57 +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 440cc21b..0a79411f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,4 +24,4 @@ jobs: - run: npm run build:esm -- --sourceMap - run: npx c8 npm run test:esm - run: npx c8 report --reporter=text-lcov > coverage.lcov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4