Skip to content

Commit 3099009

Browse files
Update codecov/codecov-action action to v3
1 parent 77b2de6 commit 3099009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Prepare coverage reports
100100
run: reportgenerator -reports:*/coverage/*/coverage.cobertura.xml -targetdir:./ -reporttypes:Cobertura
101101
- name: Upload coverage report
102-
uses: codecov/codecov-action@v1.5.2
102+
uses: codecov/codecov-action@v3.1.1
103103
with:
104104
file: Cobertura.xml
105105
fail_ci_if_error: false

0 commit comments

Comments
 (0)