Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v2 (#825)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Sep 9, 2021
1 parent c35708d commit 654d58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm install --engine-strict
- run: npm test
- name: coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: actions ${{ matrix.node }}
fail_ci_if_error: true
Expand All @@ -38,7 +38,7 @@ jobs:
- run: npm install --engine-strict
- run: npm run test-windows
- name: coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
name: actions windows
fail_ci_if_error: true

0 comments on commit 654d58b

Please sign in to comment.