chore(deps): update codecov/codecov-action action to v3
This commit is contained in:
parent
7e2e8b2bd1
commit
cbd6d3f504
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
yarn
|
||||
yarn test:coverage
|
||||
- name: Coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
fail_ci_if_error: false
|
||||
|
|
Reference in a new issue