Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.0.2 to 4.1.0 (#3322)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@0cfda1d...54bcd87)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent ff2a400 commit f34448b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:

- name: Upload Report to Codecov attempt 1
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.check_coverage.outputs.files_exists == 'true')
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
id: upload_code_coverage_report_1
continue-on-error: true
with:
Expand All @@ -295,7 +295,7 @@ jobs:

- name: Upload Report to Codecov attempt 2
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_1.outcome == 'failure')
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
id: upload_code_coverage_report_2
continue-on-error: true
with:
Expand All @@ -310,7 +310,7 @@ jobs:

- name: Upload Report to Codecov attempt 3
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_2.outcome == 'failure')
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
id: upload_code_coverage_report_3
continue-on-error: true
with:
Expand All @@ -325,7 +325,7 @@ jobs:

- name: Upload Report to Codecov attempt 4
if: (steps.skip_check.outputs.should_skip != 'true') && (steps.upload_code_coverage_report_3.outcome == 'failure')
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
id: upload_code_coverage_report_4
continue-on-error: true
with:
Expand Down

0 comments on commit f34448b

Please sign in to comment.