Skip to content

Commit 7e71d13

Browse files
Bump codecov/codecov-action from 4 to 5 (#15)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fd4cf3 commit 7e71d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: go test -v -race ./... -coverprofile=coverage.txt -covermode=atomic -timeout=10m
3030

3131
- name: Codecov
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)