diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3a214ecde..1732838fcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -876,7 +876,7 @@ jobs: CXX: /usr/bin/g++-10 run: ./ci/do_ci.sh code.coverage - name: upload report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: /home/runner/build/coverage.info