diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 359213f..e9cf2a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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