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