diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bef4ba57..b6891fc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: - name: Prepare for gcovr run: | - pip install gcovr==8.2 + pip install gcovr==8.3 - name: Configure CMake run: > diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index a81dc3be..b276e31c 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -355,7 +355,7 @@ jobs: - name: Prepare for gcovr run: | - pip install gcovr==8.2 + pip install gcovr==8.3 - name: Configure CMake run: >