diff --git a/_shared/project/.github/workflows/ci.yml b/_shared/project/.github/workflows/ci.yml index 4216620..20f0d74 100644 --- a/_shared/project/.github/workflows/ci.yml +++ b/_shared/project/.github/workflows/ci.yml @@ -108,7 +108,8 @@ jobs: - name: Download coverage files uses: actions/download-artifact@v4 with: - name: coverage + pattern: coverage-python* + merge-multiple: true {% endif %} - run: python -m pip install 'tox<4' {% if job == 'format' %} @@ -124,7 +125,7 @@ jobs: - name: Upload coverage file uses: actions/upload-artifact@v4 with: - name: coverage + name: coverage-python{% raw %}${{ matrix.python-version}}{% endraw +%} path: .coverage.* include-hidden-files: true {% endif %}