@cryptotaxi247 / kubo / commits / 34ee44624

chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 (#11242)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 5.5.3. - [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/671740ac38dd9b0130fbe1cec585b89eea48d3de...1af58845a975a7985b0beb0cbe6fbbb71a41dbad) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.3 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> Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>

dependabot[bot] committed Mar 31, 2026 at 05:02 UTC 34ee44624e85e2ea649be84a3d3e44d60eb870d7
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
46 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
58 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
59 if: failure() || success()
60 with:
61 name: sharness