diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4e0c02..a93ded3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: gcovr --xml coverage_cpp.xml - name: Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml,./coverage_cpp.xml