diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1be67e8d6..6a26c7efb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -96,7 +96,7 @@ jobs: fail_on_error: true - name: Upload Coverage Report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage.txt,./coverage_dnum.txt