From 380c36a7c14d0be5c8a95f187596b8019bcf1b10 Mon Sep 17 00:00:00 2001 From: isabelle-galleberg Date: Fri, 18 Sep 2026 10:23:53 +0200 Subject: [PATCH] Use a unique name for API-spec based on application name --- .github/workflows/helpers.upload-open-api-spec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helpers.upload-open-api-spec.yml b/.github/workflows/helpers.upload-open-api-spec.yml index 8127d6d1..a389325c 100644 --- a/.github/workflows/helpers.upload-open-api-spec.yml +++ b/.github/workflows/helpers.upload-open-api-spec.yml @@ -45,7 +45,7 @@ jobs: - name: Persist file between jobs uses: actions/upload-artifact@v6 with: - name: 'open-api-spec' + name: 'open-api-spec-${{ inputs.application-name }}' path: 'converted.json' persist-api-spec: @@ -64,7 +64,7 @@ jobs: - name: Download API Spec uses: actions/download-artifact@v7 with: - name: "open-api-spec" + name: "open-api-spec-${{ inputs.application-name }}" - name: Upload API Spec env: