Skip to content

Commit 9d7fb3c

Browse files
chore(deps): update codecov/codecov-action action to v3 (#1077)
1 parent fcbbafd commit 9d7fb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: yarn test --coverage
8989
env:
9090
CI: true
91-
- uses: codecov/codecov-action@v2
91+
- uses: codecov/codecov-action@v3
9292
if: always()
9393
test-os:
9494
name: Test on ${{ matrix.os }} using Node.js LTS
@@ -111,7 +111,7 @@ jobs:
111111
run: yarn test --coverage
112112
env:
113113
CI: true
114-
- uses: codecov/codecov-action@v2
114+
- uses: codecov/codecov-action@v3
115115
if: always()
116116

117117
docs:

0 commit comments

Comments
 (0)