From bb6aa2d11e32087251d5ae508d062c2b18018594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:12:42 +0000 Subject: [PATCH] build(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/advanced-testing.yml | 2 +- .github/workflows/ci-cd-pipeline.yml | 2 +- .github/workflows/phase7-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/advanced-testing.yml b/.github/workflows/advanced-testing.yml index ba1d94eba..d4b6f4399 100644 --- a/.github/workflows/advanced-testing.yml +++ b/.github/workflows/advanced-testing.yml @@ -95,7 +95,7 @@ jobs: --fail-under 70 || true - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./target/tarpaulin/cobertura.xml flags: unittests diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index 6df9432b9..cca2c919a 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -66,7 +66,7 @@ jobs: cargo tarpaulin --out Xml --output-dir ./coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage/cobertura.xml flags: unittests diff --git a/.github/workflows/phase7-ci.yml b/.github/workflows/phase7-ci.yml index 3098f17ba..77f27f237 100644 --- a/.github/workflows/phase7-ci.yml +++ b/.github/workflows/phase7-ci.yml @@ -173,7 +173,7 @@ jobs: continue-on-error: true - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage/cobertura.xml fail_ci_if_error: false