From 9bd5300cd4b57cb53d9a8ba713e7f4745ce9c397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 16:41:21 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87ed4d9..9d59484 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,5 @@ jobs: - name: Run test with coverage if: matrix.node == 18 run: npm run test:cov - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: matrix.node == 18