diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf49bac99..d47ee24ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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