diff --git a/.github/workflows/terraform.yaml b/.github/workflows/terraform.yaml index 0015006..41c2031 100644 --- a/.github/workflows/terraform.yaml +++ b/.github/workflows/terraform.yaml @@ -48,13 +48,13 @@ jobs: uses: actions/checkout@v3 - name: Download artifact if: inputs.artifact-name != '' && inputs.artifact-path != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-path }} - name: Download all artifacts if: inputs.artifact-name == '' && inputs.artifact-path != '' - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: ${{ inputs.artifact-path }} - name: Extract artifacts