From 655c6200374c0f4b46a83366883ce9c451f99625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:40:36 +0100 Subject: [PATCH] chore: update codecov/codecov-action action to v4 --- .github/workflows/CI.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e5aea930..5e8733a7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -36,4 +36,8 @@ jobs: run: npm run all - name: Upload coverage if: ${{ matrix.integration-deps == '' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}