From cbd5130132dd62557b5cfed78bdb8a5acaf01846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 02:55:29 +0000 Subject: [PATCH] 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 349e5b0..2115b22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - run: npm build - run: npm run test:ci - name: codecov - uses: codecov/codecov-action@v1.0.5 + uses: codecov/codecov-action@v4.6.0 with: token: ${{secrets.codecov}} fail_ci_if_error: true