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