Skip to content

Commit 5041d59

Browse files
committed
chore(workflow): tests: update to use "codecov/codecov-action@v2"
1 parent 4b911c1 commit 5041d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
CI: true
4545
- name: Send codecov.io stats
4646
if: matrix.node-version == '12.x'
47-
uses: codecov/codecov-action@v1
47+
uses: codecov/codecov-action@v2
4848

4949
publish:
5050
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/beta'

0 commit comments

Comments
 (0)