diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98458001..44756d4d 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@v7 with: file: ./coverage.txt flags: unittests