diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 95046caf..96d3b3f5 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -79,5 +79,5 @@ jobs: - name: 'Upload coverage report' uses: actions/upload-artifact@v3 with: - name: coverage-report + name: coverage-report-${{ matrix.python-tag }}-${{ matrix.ln-vendor }} path: htmlcov/ \ No newline at end of file