]> www.infradead.org Git - users/sagi/libnvme.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 02:07:58 +0000 (02:07 +0000)
committerDaniel Wagner <wagi@monom.org>
Mon, 5 Feb 2024 09:24:06 +0000 (10:24 +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 3ed1f995992fac164d7469100fb4d8b0d9c435c3..97ff3f4ed2e2a5f442ed99c0ea14c7a5824c6ab4 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