Skip to content

Commit 08599d7

Browse files
ci(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d6cffb commit 08599d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production-quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
continue-on-error: true
101101

102102
- name: Upload coverage to Codecov
103-
uses: codecov/codecov-action@v4
103+
uses: codecov/codecov-action@v5
104104
with:
105105
files: ./cobertura.xml
106106
flags: unittests

.github/workflows/qa-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
retention-days: 30
122122
123123
- name: Upload Coverage Report
124-
uses: codecov/codecov-action@v3
124+
uses: codecov/codecov-action@v5
125125
with:
126126
file: ./coverage.xml
127127
flags: qa-analysis

0 commit comments

Comments
 (0)