diff --git a/.github/workflows/deploy-aws-terraform.yml b/.github/workflows/deploy-aws-terraform.yml index 921df7f..c16aa87 100644 --- a/.github/workflows/deploy-aws-terraform.yml +++ b/.github/workflows/deploy-aws-terraform.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v3 - name: Download deployment directory id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.package.outputs.deployment-directory-artifact }} - name: Configure AWS Credentials diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7715159..3dd28b9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Download deployment directory id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: deployment-directory-azure - name: Deploy on Azure @@ -77,7 +77,7 @@ jobs: steps: - name: Download deployment directory id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: deployment-directory-gcloud - name: Authenticate on Google Cloud @@ -106,7 +106,7 @@ jobs: steps: - name: Download deployment directory id: download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: deployment-directory-aws - name: Configure AWS Credentials