Skip to content

Commit 325a4d6

Browse files
GH Actions: Bump codecov/codecov-action from 4 to 5 (#2510)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 782d393 commit 325a4d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quicktest.yml

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

7474
- name: Send coverage report to Codecov
7575
if: ${{ success() && github.ref_name == 'develop' }}
76-
uses: codecov/codecov-action@v4
76+
uses: codecov/codecov-action@v5
7777
with:
7878
files: ./build/logs/clover.xml
7979
fail_ci_if_error: true

.github/workflows/unit-tests.yml

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

145145
- name: Send coverage report to Codecov
146146
if: ${{ success() && matrix.coverage == true }}
147-
uses: codecov/codecov-action@v4
147+
uses: codecov/codecov-action@v5
148148
with:
149149
files: ./build/logs/clover.xml
150150
fail_ci_if_error: true

0 commit comments

Comments
 (0)