Skip to content

Commit 6cfc1eb

Browse files
Bump codecov/codecov-action from 4 to 5 (#1497)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4fe63c commit 6cfc1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version-file: "go.mod"
2121
- run: make unit
2222
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
23-
- uses: codecov/codecov-action@v4
23+
- uses: codecov/codecov-action@v5
2424
with:
2525
disable_search: true
2626
files: coverage.out

0 commit comments

Comments
 (0)