diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6046b70..67a7b51 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@v3 + - uses: codecov/codecov-action@v4 with: files: coverage.out build: