Skip to content

Commit dfd65b2

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 8e22136 commit dfd65b2

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
@@ -63,7 +63,7 @@ jobs:
6363
- run: npm run test
6464
- run: npm run check-node-support
6565
- name: Upload coverage reports to Codecov
66-
uses: codecov/codecov-action@v3
66+
uses: codecov/codecov-action@v4
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
fail_ci_if_error: true

0 commit comments

Comments
 (0)