Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3 (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 6, 2022
1 parent fcbbafd commit 9d7fb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
run: yarn test --coverage
env:
CI: true
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
if: always()
test-os:
name: Test on ${{ matrix.os }} using Node.js LTS
Expand All @@ -111,7 +111,7 @@ jobs:
run: yarn test --coverage
env:
CI: true
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
if: always()

docs:
Expand Down

0 comments on commit 9d7fb3c

Please sign in to comment.