From 329a9957ca23af7a1b944822de22646758d48f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 08:47:04 +0000 Subject: [PATCH] ci: bump codecov/codecov-action from 4.1.0 to 4.2.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.2.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/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2459174a5..bee141fa5 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.1.0 + uses: codecov/codecov-action@v4.2.0 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.1.0 + uses: codecov/codecov-action@v4.2.0 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.1.0 + uses: codecov/codecov-action@v4.2.0 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true