Skip to content

Commit a961372

Browse files
Update codecov/codecov-action action to v4 (#21)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 875836f commit a961372

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
@@ -64,7 +64,7 @@ jobs:
6464
- name: Prepare coverage reports
6565
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
6666
- name: Upload coverage report
67-
uses: codecov/codecov-action@v1.2.2
67+
uses: codecov/codecov-action@v4.3.0
6868
with:
6969
file: Cobertura.xml
7070
fail_ci_if_error: false

0 commit comments

Comments
 (0)