From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:07:58 +0000 (+0000) Subject: build(deps): bump codecov/codecov-action from 3 to 4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=768ff7e2d1d7d49eccd157d2171c8c26be801c9a;p=users%2Fsagi%2Flibnvme.git 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](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3ed1f995..97ff3f4e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,6 +17,6 @@ jobs: - name: build run: | scripts/build.sh coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: false