Skip to content

Commit 8c43fc7

Browse files
committed
[ci] Update codecov/codecov-action to v4.
Signed-off-by: Michael Seifert <[email protected]>
1 parent dfe6e7c commit 8c43fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ jobs:
118118
coverage combine
119119
coverage xml
120120
- name: Upload coverage report
121-
uses: codecov/codecov-action@v3
121+
uses: codecov/codecov-action@v4
122122
with:
123123
files: coverage.xml
124124
fail_ci_if_error: true
125+
token: ${{ secrets.CODECOV_TOKEN }}
125126

126127
deploy:
127128
name: Deploy

0 commit comments

Comments
 (0)