diff --git a/.github/workflows/e2etests.yml b/.github/workflows/e2etests.yml index 6989fbf5..8ebf0626 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-${{ github.run_id }} + name: patternfile-servicemesh-install path: ./.github/install/deploy.yaml TestIstioForServicemeshInstall: @@ -157,7 +157,7 @@ jobs: - name: Uploading file uses: actions/upload-artifact@v4 with: - name: patternfile-${{ github.run_id }} + name: patternfile-servicemesh-addon path: ./.github/install/deploywithaddons.yaml TestIstioForServicemeshAndAddon: @@ -272,7 +272,7 @@ jobs: - name: Uploading file uses: actions/upload-artifact@v4 with: - name: patternfile-${{ github.run_id }} + name: patternfile-servicemesh-sample-app path: ./.github/install/deploywithsampleapp.yaml TestIstioForServicemeshAndSampleApp: