Skip to content

Commit 4899cc5

Browse files
authored
ci: update codecov-action to v2 (#544)
1 parent f52d4c2 commit 4899cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ jobs:
9292
run: npm run test:coverage -- --ci
9393

9494
- name: Submit coverage data to codecov
95-
uses: codecov/codecov-action@v1
95+
uses: codecov/codecov-action@v2
9696
with:
9797
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)