Skip to content

Commit bb9133c

Browse files
authored
chore: Update codecov action (#1523)
Updates to v4 of codecov which is more robust with uploads from forks.
1 parent d6851cc commit bb9133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: npm run test
8585

8686
- name: coverage
87-
uses: codecov/codecov-action@v3
87+
uses: codecov/codecov-action@v4
8888
with:
8989
token: ${{secrets.CODECOV_TOKEN}}
9090
files: './test/dist/coverage/coverage-final.json'

0 commit comments

Comments
 (0)