From 107bf693ddd25a0f30b2dd66c60b8b7370ee937e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 21:39:18 +0000 Subject: [PATCH] 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](https://github.com/codecov/codecov-action/compare/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] --- .github/workflows/CI.yml | 2 +- .github/workflows/PR-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5c037fcd8..b4fd55cd5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -185,7 +185,7 @@ jobs: - name: Upload Coverage report to CodeCov if: steps.cached_binaries.outputs.cache-hit != 'true' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index f6be1e4e4..cabc3e061 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -170,7 +170,7 @@ jobs: - name: Upload Coverage report to CodeCov if: ${{ needs.changes.outputs.changed == 'true' && steps.cached_binaries.outputs.cache-hit != 'true' }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt