Skip to content

Commit 5a28c87

Browse files
committed
chore: switch to codecov v4
No change to logic. This updates codecov/codecov-action to v4. This version supposedly has better support for external contributors working from repository forks.
1 parent e86411b commit 5a28c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: npm run test
4141
- run: npm run check-node-support
4242
- name: Upload coverage reports to Codecov
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
fail_ci_if_error: true

0 commit comments

Comments
 (0)