Skip to content

Commit b4251af

Browse files
Update codecov/codecov-action action to v5
1 parent 6c8b797 commit b4251af

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
@@ -61,7 +61,7 @@ jobs:
6161
- name: Prepare coverage reports
6262
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
6363
- name: Upload coverage report
64-
uses: codecov/codecov-action@v3.1.4
64+
uses: codecov/codecov-action@v5.0.1
6565
with:
6666
file: Cobertura.xml
6767
fail_ci_if_error: false

0 commit comments

Comments
 (0)