Skip to content

Commit 1eb186d

Browse files
ci: bump codecov/codecov-action from 4.3.1 to 5.1.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 5.1.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@v4.3.1...v5.1.1) --- 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>
1 parent 8444b42 commit 1eb186d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
102102

103103
- name: Upload to codecov.io
104-
uses: codecov/codecov-action@v4.3.1
104+
uses: codecov/codecov-action@v5.1.1
105105
with:
106106
directory: client-sdk/go
107107

0 commit comments

Comments
 (0)