From c4f7096340d5342d693217ee084c117bdf2ae551 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:04:11 +0100 Subject: [PATCH] ci: decrypt artifact when downloading --- .github/workflows/e2e-upgrade.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-upgrade.yml b/.github/workflows/e2e-upgrade.yml index 63f42fffb2..9002f80663 100644 --- a/.github/workflows/e2e-upgrade.yml +++ b/.github/workflows/e2e-upgrade.yml @@ -318,10 +318,11 @@ jobs: path: build - name: Download Working Directory (Pre-test) - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: ./.github/actions/artifact_download with: name: constellation-pre-test - + encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }} + - name: Make Constellation executable and add to PATH if: always() run: |