@cryptotaxi247 / kubo / commits / e11a536e7

chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 (#11267)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0. - [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/1af58845a975a7985b0beb0cbe6fbbb71a41dbad...57e3a136b779b570ffcdbf80b3bdc90e7fab3de2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Apr 2, 2026 at 18:54 UTC e11a536e7aef8e5d8e138b2fadc78d62d7b761c0
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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
46 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
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@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
58 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
59 if: failure() || success()
60 with:
61 name: sharness