From 3f5877b41d55082236e92806dda92edc86fb7321 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:59:25 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97d3d8e..079408e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - run: npm test - run: npm run coverage if: matrix.node == env.node - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.node == env.node with: fail_ci_if_error: false