Skip to content

Commit bec22f1

Browse files
Update codecov/codecov-action action to v5
1 parent 916f3bd commit bec22f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Prepare coverage reports
104104
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
105105
- name: Upload coverage report
106-
uses: codecov/codecov-action@v3.1.4
106+
uses: codecov/codecov-action@v5.4.2
107107
with:
108108
file: Cobertura.xml
109109
fail_ci_if_error: false

0 commit comments

Comments
 (0)