Skip to content

Commit 0cacbc8

Browse files
Update codecov/codecov-action action to v5
1 parent 16ed082 commit 0cacbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go test `go list ./... | grep -v examples` -coverprofile=coverage.txt -covermode=atomic
2323
2424
- name: Upload coverage report
25-
uses: codecov/codecov-action@v4.5.0
25+
uses: codecov/codecov-action@v5.3.1
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}
2828
file: ./coverage.txt

0 commit comments

Comments
 (0)