Skip to content

Commit 59c4fd6

Browse files
Bump codecov/codecov-action from 4 to 5 (#75)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6053b2a commit 59c4fd6

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-go@v5
2222
- run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
2323
- name: Upload coverage reports to Codecov
24-
uses: codecov/codecov-action@v4
24+
uses: codecov/codecov-action@v5
2525

2626
lint:
2727
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)