diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14d62a674..792f1410d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: make check-tidy make check-headers - name: Upload coverage report - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: ./coverage.txt flags: unittests