diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5daf59dce1..30a272f509 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