diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 45f161d0e2..731ff70223 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -90,7 +90,7 @@ jobs: path: coverage.out - name: Upload code coverage information to codecov.io - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: file: coverage.out fail_ci_if_error: true