diff --git a/.github/workflows/terraform-deploy-cca-quote.yml b/.github/workflows/terraform-deploy-cca-quote.yml index 6988b5b..33e6327 100644 --- a/.github/workflows/terraform-deploy-cca-quote.yml +++ b/.github/workflows/terraform-deploy-cca-quote.yml @@ -86,7 +86,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} @@ -131,7 +131,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} diff --git a/.github/workflows/terraform-deploy.yml b/.github/workflows/terraform-deploy.yml index 3cfeeee..61f9235 100644 --- a/.github/workflows/terraform-deploy.yml +++ b/.github/workflows/terraform-deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} @@ -131,7 +131,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }} diff --git a/.github/workflows/terraform-destroy.yml b/.github/workflows/terraform-destroy.yml index b8157cd..31d7f74 100644 --- a/.github/workflows/terraform-destroy.yml +++ b/.github/workflows/terraform-destroy.yml @@ -85,7 +85,7 @@ jobs: - name: Download auto tfvars if: ${{ env.AUTO_TFVARS_ARTIFACT }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.AUTO_TFVARS_ARTIFACT }} path: ${{ env.WORKING_DIR }}