diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cef710c7..0bf9042c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: make check-headers make check-schema - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.txt flags: unittests