Skip to content

Commit 5ce7b21

Browse files
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dcdbaa1 commit 5ce7b21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: ./gradlew --no-daemon --info ${{ inputs.task }} koverXmlReport -x :benchmark:benchmark --build-cache
6262
- name: Upload coverage reports to Codecov
6363
if: inputs.upload-code-coverage && github.actor != 'dependabot[bot]'
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
- name: Collect coverage reports

.github/workflows/pr-compliance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
path: reports/
107107
run_id: ${{ github.event.workflow_run.id }}
108108
- name: Upload coverage reports to Codecov
109-
uses: codecov/codecov-action@v4
109+
uses: codecov/codecov-action@v5
110110
with:
111111
override_branch: ${{ github.event.workflow_run.head_branch }}
112112
override_commit: ${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)