From bc8ecb42d3895c723494aeb43ec8f5cac049f9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:04:54 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 4.0.1 to 4.0.2 (#1709) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2. - [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/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests_coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_coverage.yml b/.github/workflows/tests_coverage.yml index 2709b1702..7f4a114e8 100644 --- a/.github/workflows/tests_coverage.yml +++ b/.github/workflows/tests_coverage.yml @@ -25,7 +25,7 @@ jobs: name: unit-tests-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true @@ -47,7 +47,7 @@ jobs: name: e2e-tests-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true @@ -69,7 +69,7 @@ jobs: name: cypress-tests-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true