From 9f366a064d1b75ca52843aa8e0d0f1f5e280073d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:01:17 +0000 Subject: [PATCH] chore(deps): 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/comprehensive-testing.yml | 2 +- .github/workflows/coverage-enforcement.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comprehensive-testing.yml b/.github/workflows/comprehensive-testing.yml index c209d1b4..02cb40e6 100644 --- a/.github/workflows/comprehensive-testing.yml +++ b/.github/workflows/comprehensive-testing.yml @@ -299,7 +299,7 @@ jobs: retention-days: 30 - name: Upload to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.out flags: unittests diff --git a/.github/workflows/coverage-enforcement.yml b/.github/workflows/coverage-enforcement.yml index b1d1e0f6..e401e031 100644 --- a/.github/workflows/coverage-enforcement.yml +++ b/.github/workflows/coverage-enforcement.yml @@ -114,7 +114,7 @@ jobs: - name: Upload coverage to Codecov if: always() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 continue-on-error: true with: file: ./coverage.out