diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index c36575f85a61..85114c4335dd 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@v5.0.2 + uses: codecov/codecov-action@v5.1.1 with: files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }}