diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f2a6f170..3ff424a7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: make check-tidy make check-headers - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.txt flags: unittests