Skip to content

Commit 3d3a842

Browse files
committed
ci: try to fix coverage upload
1 parent f3fe5b1 commit 3d3a842

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Report coverage
5757
if: contains(matrix.name, 'coverage')
58-
uses: codecov/codecov-action@v3
58+
uses: codecov/codecov-action@v4
5959
with:
6060
fail_ci_if_error: true
6161
files: ./coverage.xml

0 commit comments

Comments
 (0)