Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3 (#961)
Browse files Browse the repository at this point in the history
Co-authored-by: Rauno Viskus <[email protected]>
  • Loading branch information
renovate-bot and rauno56 authored Apr 12, 2022
1 parent 9a58648 commit 7c97def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: npm run test:ci:changed -- ${{ matrix.lerna-extra-args }}
- name: Report Coverage
if: matrix.node == '14'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
verbose: true

Expand Down Expand Up @@ -201,6 +201,6 @@ jobs:
- name: Unit tests
run: npm run test:browser
- name: Report Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
verbose: true

0 comments on commit 7c97def

Please sign in to comment.