Skip to content

Commit c34d4e2

Browse files
authored
[Dependabot]: Bump codecov/codecov-action from 3 to 5
2 parents 6d04009 + 21c2f48 commit c34d4e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CoverageCollection.yml

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

173173
- name: 📊 Publish coverage at CodeCov
174174
continue-on-error: true
175-
uses: codecov/codecov-action@v3
175+
uses: codecov/codecov-action@v5
176176
with:
177177
files: ${{ steps.getVariables.outputs.coverage_report_xml }}
178178
flags: unittests

.github/workflows/PublishCoverageResults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
- name: 📊 Publish code coverage at CodeCov
214214
if: inputs.CodeCov == true
215215
continue-on-error: true
216-
uses: codecov/codecov-action@v4
216+
uses: codecov/codecov-action@v5
217217
with:
218218
files: ${{ steps.getVariables.outputs.coverage_report_xml }}
219219
flags: unittests

0 commit comments

Comments
 (0)