mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Fix ensure unique coverage report artifacts
This commit is contained in:
parent
ae27b18d30
commit
b97cdcf285
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@ -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/
|
Loading…
Reference in New Issue
Block a user