build(deps): bump codecov/codecov-action from 4 to 6

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 6.
- [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...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-26 20:23:15 +00:00
committed by GitHub
parent 9fb252759a
commit 68447b12a6
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
- name: Aggregate reports - name: Aggregate reports
run: cargo llvm-cov --no-run --lcov --output-path lcov.info run: cargo llvm-cov --no-run --lcov --output-path lcov.info
- name: Upload coverage to Codecov (main) - name: Upload coverage to Codecov (main)
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v6
with: with:
files: lcov.info files: lcov.info
fail_ci_if_error: true fail_ci_if_error: true