chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#11335)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1. - [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/57e3a136b779b570ffcdbf80b3bdc90e7fab3de2...e79a6962e0d4c0c17b229090214935d2e33f8354) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
May 26, 2026 at 12:34 UTC
0c199f8aed1d772d0e7461f93ce3282f6c887128
2 files changed
+2
-2
.github/workflows/gotest.yml
+1
-1
@@ -43,7 +43,7 @@ jobs:
43
make test_unit &&
44
[[ ! $(jq -s -c 'map(select(.Action == "fail")) | .[]' test/unit/gotest.json) ]]
45
- name: Upload coverage to Codecov
46
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
46
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
47
if: failure() || success()
48
with:
49
name: unittests
.github/workflows/sharness.yml
+1
-1
@@ -55,7 +55,7 @@ jobs:
55
# increasing parallelism beyond 10 doesn't speed up the tests much
56
PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
57
- name: Upload coverage report
58
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
58
+ uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
59
if: failure() || success()
60
with:
61
name: sharness