Skip to content

Commit 23b8a2a

Browse files
chore(deps): update codecov/codecov-action action to v2 (#861)
1 parent af8e78c commit 23b8a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: yarn test --coverage ${{ matrix.eslint-version >= 6 }}
8888
env:
8989
CI: true
90-
- uses: codecov/codecov-action@v1.5.2
90+
- uses: codecov/codecov-action@v2.0.2
9191
if: ${{ matrix.eslint-version >= 6 }}
9292
test-os:
9393
name: Test on ${{ matrix.os }} using Node.js LTS

0 commit comments

Comments
 (0)