Skip to content

Commit c8b97ac

Browse files
Update codecov/codecov-action action to v4.6.0
1 parent 4da8de4 commit c8b97ac

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
@@ -109,7 +109,7 @@ jobs:
109109
- name: Prepare coverage reports
110110
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
111111
- name: Upload coverage report
112-
uses: codecov/codecov-action@v4.5.0
112+
uses: codecov/codecov-action@v4.6.0
113113
with:
114114
file: Cobertura.xml
115115
fail_ci_if_error: false

0 commit comments

Comments
 (0)