Skip to content

Commit 27f40a9

Browse files
Update codecov/codecov-action action to v5
1 parent a0345c0 commit 27f40a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/erlang-parallel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276

277277
- name: Upload coverage statistics (codecov)
278278
if: ${{ inputs.upload-coverage == true }}
279-
uses: codecov/codecov-action@v3
279+
uses: codecov/codecov-action@v5
280280
with:
281281
fail_ci_if_error: true
282282
files: _build/test/covertool/*.covertool.xml

.github/workflows/erlang-simple-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Upload coverage statistics
164164
if: ${{ inputs.run-eunit == true || inputs.run-common-test == true }}
165-
uses: codecov/codecov-action@v3
165+
uses: codecov/codecov-action@v5
166166
with:
167167
fail_ci_if_error: true
168168
files: _build/test/covertool/*.covertool.xml

0 commit comments

Comments
 (0)