diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index 8d94b44112c4..71e5788fd82a 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.0 + uses: codecov/codecov-action@v4.1.1 with: files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}