diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index 71e5788fd82a..2869683e6691 100644 --- a/.github/workflows/go-coverage.yml +++ b/.github/workflows/go-coverage.yml @@ -22,7 +22,7 @@ jobs: - name: Run go test with coverage run: COVER_PROFILE=coverage.txt make coverage-unit-test - name: Codecov upload - uses: codecov/codecov-action@v4.1.1 + uses: codecov/codecov-action@v4.2.0 with: files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}