1 parent d02b25d commit f5433e8Copy full SHA for f5433e8
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v internal/testhelper)
38
39
- name: Upload coverage to Codecov
40
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v7
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
files: ./coverage.txt
0 commit comments