Merge pull request #598 from shivammathur/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
This commit is contained in:
commit
a1a52db9f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
run: npm audit
|
run: npm audit
|
||||||
|
|
||||||
- name: Send Coverage
|
- name: Send Coverage
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: coverage/lcov.info
|
files: coverage/lcov.info
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue