Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3 to 4 (#405)
Browse files Browse the repository at this point in the history
* 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](codecov/codecov-action@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>

* wip

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Holtgrewe <manuel.holtgrewe@bih-charite.de>
  • Loading branch information
dependabot[bot] and holtgrewe authored Feb 8, 2024
1 parent 074a67e commit b4f8d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
command: build
args: --examples

- name: Codecov
uses: codecov/codecov-action@v3
- name: Codecov submission
uses: codecov/codecov-action@v4
with:
verbose: true
fail_ci_if_error: true
Expand Down

0 comments on commit b4f8d7d

Please sign in to comment.