From 5e0232094b068956bbc31ad740e8669f262e3e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 06:16:56 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.1.0 to 4.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 4.5.0. - [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/v2.1.0...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 259277b16669f6..fa8c15c6454dbe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -834,9 +834,9 @@ jobs: uses: actions/download-artifact@v2 - name: Upload coverage to Codecov (full coverage) if: needs.changes.outputs.test_full_suite == 'true' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.5.0 with: flags: full-suite - name: Upload coverage to Codecov (partial coverage) if: needs.changes.outputs.test_full_suite == 'false' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.5.0