diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2f58648..804042a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: raw.githubusercontent.com:443 storage.googleapis.com:443 - name: Restore Go build sources - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ needs.prepare.outputs.sources-key }} path: . @@ -235,7 +235,7 @@ jobs: raw.githubusercontent.com:443 storage.googleapis.com:443 - name: Restore Go build sources - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ needs.prepare.outputs.sources-key }} path: . diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index 7a121973..2ef55d4d 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -77,7 +77,7 @@ jobs: registry.terraform.io:443 releases.hashicorp.com:443 - name: Download Terraform artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ inputs.tf-plan-artifacts-key }} path: ${{ github.workspace }}/terraform @@ -90,7 +90,7 @@ jobs: with: terraform_version: ${{ steps.get_tf_version.outputs.TF_VERSION }} - name: Download Lambda handler artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ inputs.bin-artifacts-key }} path: ${{ inputs.bin-artifacts-path }} diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index fff17112..8521fabc 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -124,7 +124,7 @@ jobs: env: GPG_PASSPHRASE: ${{ secrets.gpg-passphrase }} - name: Download Lambda handler artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: ${{ inputs.bin-artifacts-key }} path: ${{ inputs.bin-artifacts-path }}