Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4 (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 12, 2024
1 parent aaaa36b commit c5ebd4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -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
Expand Down

0 comments on commit c5ebd4e

Please sign in to comment.