diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98255e3..c3ce026 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: $(find . -name "*.app") > coverage.lcov - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: ./coverage.lcov flags: unittests