Skip to content

Commit 5d6b82f

Browse files
Bump codecov/codecov-action from 3 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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@v3...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] <[email protected]>
1 parent 6d4491c commit 5d6b82f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

186186
- name: Upload Coverage report to CodeCov
187187
if: steps.cached_binaries.outputs.cache-hit != 'true'
188-
uses: codecov/codecov-action@v3
188+
uses: codecov/codecov-action@v5
189189
with:
190190
file: ./coverage.txt
191191

.github/workflows/PR-build.yml

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

171171
- name: Upload Coverage report to CodeCov
172172
if: ${{ needs.changes.outputs.changed == 'true' && steps.cached_binaries.outputs.cache-hit != 'true' }}
173-
uses: codecov/codecov-action@v3
173+
uses: codecov/codecov-action@v5
174174
with:
175175
file: ./coverage.txt
176176

0 commit comments

Comments
 (0)