diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 862796ab0b..e5e1c0037c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -94,7 +94,7 @@ jobs: fail_on_error: true - name: Upload Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.txt,./coverage_dnum.txt