From b2f8c52305ab6e15669574b9b5436bbb9f97e8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 23:44:51 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- 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.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 330d8f8d6ff..67ca6488321 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -508,7 +508,7 @@ jobs: - name: Upload coverage # any except canceled or skipped if: always() && (steps.test_report.outcome == 'success') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true files: ./build/coverage.xml @@ -833,9 +833,9 @@ jobs: - name: Upload coverage # any except canceled or skipped if: always() && (steps.test_report.outcome == 'success') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true + fail_ci_if_error: false # todo: re-enable this when action is fixed files: ./build/coverage.xml flags: ${{ runner.os }}-${{ matrix.os_version }} token: ${{ secrets.CODECOV_TOKEN }} @@ -1071,7 +1071,7 @@ jobs: - name: Upload coverage # any except canceled or skipped if: always() && (steps.test_report.outcome == 'success') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: true files: ./build/coverage.xml