From c5ebd4e54dd36071837701e458c7a1c5b8a50aeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 21:02:03 +0200 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 (#1494) --- .github/workflows/nodejs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0839b0c54..cc21dd7c7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -107,8 +107,11 @@ jobs: run: yarn test --coverage ${{ matrix.eslint-version == 8 }} env: CI: true - - uses: codecov/codecov-action@v3 - if: ${{ matrix.eslint-version >= 8 }} + - uses: codecov/codecov-action@v4 + if: ${{ matrix.eslint-version == 8 }} + with: + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true test-ubuntu: uses: ./.github/workflows/test.yml needs: prepare-yarn-cache-ubuntu