changed wrong need name

This commit is contained in:
miampf 2024-04-11 13:31:06 +02:00
parent 242958f63a
commit 696f4c0504
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -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 }}