From fd268f989a4f2d5f2963419210c017be23f50f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:09:35 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 155494af200..dce48b21400 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: files: ./build/coverage.xml flags: ${{ runner.os }} @@ -829,7 +829,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: files: ./build/coverage.xml flags: ${{ runner.os }}-${{ matrix.os_version }} @@ -1052,7 +1052,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: files: ./build/coverage.xml flags: ${{ runner.os }}