Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: bump codecov/codecov-action from 4.0.1 to 4.0.2 (#1709)
Browse files Browse the repository at this point in the history
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](codecov/codecov-action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 26, 2024
1 parent 313caaa commit bc8ecb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bc8ecb4

Please sign in to comment.