Skip to content

Commit 35c05a7

Browse files
committed
fix: try fix codecov fail upload
1 parent 0154533 commit 35c05a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
- name: Generate coverage
7171
run: yarn coverage:coveralls
7272
- name: Upload coverage to Codecov
73-
uses: codecov/codecov-action@v2
73+
uses: codecov/codecov-action@v3
7474
with:
7575
fail_ci_if_error: true
76-
version: 'v0.1.15'

0 commit comments

Comments
 (0)