diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c29ee3084f..3b0af15acb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -375,7 +375,7 @@ jobs: - name: run tests and generate report run: ./ci/do_ci.sh code.coverage - name: upload report - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3 with: file: /home/runner/build/coverage.info