Skip to content

Commit 7458335

Browse files
authored
ci: update codecov-action to v2 (#115)
1 parent 8b3450a commit 7458335

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
@@ -91,6 +91,6 @@ jobs:
9191
run: npm run test:coverage -- --ci
9292

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

0 commit comments

Comments
 (0)