]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build(deps): bump codecov/codecov-action from 4 to 5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 18 Nov 2024 18:34:30 +0000 (18:34 +0000)
committerDaniel Wagner <wagi@monom.org>
Thu, 21 Nov 2024 13:32:04 +0000 (14:32 +0100)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [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/v4...v5)

---
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 5a99a4963d9113bd0228d40486e8e94dfdac6a5f..a743d0381611a594de73ed0d7ed5747a64abbf68 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       - name: build
         run: |
           scripts/build.sh coverage
-      - uses: codecov/codecov-action@v4
+      - uses: codecov/codecov-action@v5
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
           fail_ci_if_error: true