From 50b71a8cd6b5a1123fd92a35f8d5e52728fc489b Mon Sep 17 00:00:00 2001 From: TusharMohapatra07 Date: Wed, 11 Dec 2024 12:41:26 +0530 Subject: [PATCH] apped unique identifier run_id to artifact name to avoid duplication (according to v4) --- .github/workflows/e2etests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2etests.yml b/.github/workflows/e2etests.yml index 51fdba98..6989fbf5 100644 --- a/.github/workflows/e2etests.yml +++ b/.github/workflows/e2etests.yml @@ -42,7 +42,7 @@ jobs: - name: Uploading file uses: actions/upload-artifact@v4 with: - name: patternfile + name: patternfile-${{ github.run_id }} path: ./.github/install/deploy.yaml TestIstioForServicemeshInstall: @@ -157,7 +157,7 @@ jobs: - name: Uploading file uses: actions/upload-artifact@v4 with: - name: patternfile + name: patternfile-${{ github.run_id }} path: ./.github/install/deploywithaddons.yaml TestIstioForServicemeshAndAddon: @@ -272,7 +272,7 @@ jobs: - name: Uploading file uses: actions/upload-artifact@v4 with: - name: patternfile + name: patternfile-${{ github.run_id }} path: ./.github/install/deploywithsampleapp.yaml TestIstioForServicemeshAndSampleApp: