Deduplicate GitHub Actions Artifact names.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: coverage
|
||||
name: coverage_unit
|
||||
path: coverage/coverage_unit.html
|
||||
|
||||
dep-scan:
|
||||
@ -245,5 +245,5 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
if: ${{ success() || failure() }}
|
||||
with:
|
||||
name: coverage
|
||||
name: coverage_run
|
||||
path: coverage/coverage_run.html
|
||||
|
Reference in New Issue
Block a user