From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:53:18 +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=452670849cfb1b9fa25ecc2e3c401606fa10c0b1;p=users%2Fsagi%2Fnvme-cli.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 d272d0f9..875ed6d6 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