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
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage_unit
|
||||||
path: coverage/coverage_unit.html
|
path: coverage/coverage_unit.html
|
||||||
|
|
||||||
dep-scan:
|
dep-scan:
|
||||||
@ -245,5 +245,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage_run
|
||||||
path: coverage/coverage_run.html
|
path: coverage/coverage_run.html
|
||||||
|
Reference in New Issue
Block a user