diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 09397f3a4d..82d346a814 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@v3.1.5 + uses: codecov/codecov-action@v4.0.1 with: file: coverage.out