Skip to content

Commit 116e83c

Browse files
ci(deps): bump codecov/codecov-action from 5.0.7 to 5.5.1 (#4)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.5.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@015f24e...5a10915) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1608df commit 116e83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Upload coverage to Codecov
9494
if: matrix.go-version == '1.25.x'
95-
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v4.6.0
95+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v4.6.0
9696
with:
9797
files: ./coverage.out
9898
flags: unittests

0 commit comments

Comments
 (0)