diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 690e900..fcdfc86 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: with: go-version: "stable" - run: go test -race -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: files: coverage.out build: