Deduplicate GitHub Actions Artifact names.

This commit is contained in:
Maximilian Paß
2024-01-26 13:37:25 +01:00
parent 2a62608c32
commit c1dbd105c6

View File

@ -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