From 5001c1bc9c9c09abd11afe74ded9549136efc138 Mon Sep 17 00:00:00 2001 From: Mahdis Date: Mon, 15 Jul 2024 21:51:25 -0400 Subject: [PATCH] change pipeline --- .github/workflows/pipeline.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 2dc440c..a879624 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -212,15 +212,9 @@ jobs: - uses: aws-actions/setup-sam@v2 with: use-installer: true - # - uses: actions/download-artifact@v3 - # with: - # name: packaged-prod.yaml - - - name: Download packaged artifacts - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: packaged-prod.yaml - path: packaged-prod.yaml - name: Assume the prod pipeline user role uses: aws-actions/configure-aws-credentials@v1-node16