Skip to content

Commit a78f80a

Browse files
Bump codecov/codecov-action from 4 to 5 (#372)
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 fb281a3 commit a78f80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${{ runner.os }}-go-
3232
- name: unit-test
3333
run: go test -v ./... -coverprofile cover.out
34-
- uses: codecov/codecov-action@v4
34+
- uses: codecov/codecov-action@v5
3535
with:
3636
disable_search: true
3737
files: cover.out

0 commit comments

Comments
 (0)