From c1dbd105c6fe234f0969d59bd33cf9b164b923f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Pa=C3=9F?= <22845248+mpass99@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:37:25 +0100 Subject: [PATCH] Deduplicate GitHub Actions Artifact names. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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