From 696f4c0504579ec865a5eafffa8b368734eaae43 Mon Sep 17 00:00:00 2001 From: miampf Date: Thu, 11 Apr 2024 13:31:06 +0200 Subject: [PATCH] changed wrong need name --- .github/workflows/e2e-upgrade.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-upgrade.yml b/.github/workflows/e2e-upgrade.yml index a884a963e..c9b8ee689 100644 --- a/.github/workflows/e2e-upgrade.yml +++ b/.github/workflows/e2e-upgrade.yml @@ -552,7 +552,7 @@ jobs: GH_TOKEN: ${{ github.token }} uses: ./.github/actions/artifact_delete with: - name: terraform-state-${{ needs.e2e-upgrade.outputs.e2e-name-prefix }} + name: terraform-state-${{ needs.create-cluster.outputs.e2e-name-prefix }} workflowID: ${{ github.run_id }} - name: Prepare terraform state folders @@ -578,7 +578,7 @@ jobs: if: always() uses: ./.github/actions/artifact_upload with: - name: terraform-state-${{ needs.e2e-upgrade.outputs.e2e-name-prefix }} + name: terraform-state-${{ needs.create-cluster.outputs.e2e-name-prefix }} path: > ${{ env.TO_UPLOAD }} encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}