From b97cdcf285fbe2b3f010bfe76cf7694209f548ad Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Tue, 9 Jan 2024 01:24:54 +0000 Subject: [PATCH] Fix ensure unique coverage report artifacts --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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