]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build(deps): bump codecov/codecov-action from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 5 Feb 2024 18:53:18 +0000 (18:53 +0000)
committerDaniel Wagner <wagi@monom.org>
Tue, 6 Feb 2024 07:29:09 +0000 (08:29 +0100)
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] <support@github.com>
.github/workflows/coverage.yml

index d272d0f99385e1ee2e8573ea9a471b737fbf32f7..875ed6d6d23f36e9b55ee17a5dfb19329601d000 100644 (file)
@@ -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