diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0c619b5d..649f1587 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@v4 with: - name: coverage-report-${{ matrix.python-tag }}-${{ matrix.ln-vendor }} + name: coverage-report-${{ matrix.python-tag }}-${{ matrix.ln-vendor }}-${{ github.run_id }} path: htmlcov/ \ No newline at end of file