diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 63387e26d..5a618c5a6 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -31,7 +31,7 @@ jobs: ${{ runner.os }}-go- - name: unit-test run: go test -v ./... -coverprofile cover.out - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: disable_search: true files: cover.out