diff --git a/.github/workflows/quality-checks-devcontainer.yml b/.github/workflows/quality-checks-devcontainer.yml index 8eabed8..e404cfa 100644 --- a/.github/workflows/quality-checks-devcontainer.yml +++ b/.github/workflows/quality-checks-devcontainer.yml @@ -405,7 +405,7 @@ jobs: make cfn-guard-cdk - name: Download terraform plans - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: "*_terraform_plan" path: terraform_plans/ diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 2d0f0c5..7176c09 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -660,7 +660,7 @@ jobs: done - name: Download terraform plans - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: "*_terraform_plan" path: terraform_plans/ diff --git a/.github/workflows/tag-release-devcontainer.yml b/.github/workflows/tag-release-devcontainer.yml index 56cb659..12c6cab 100644 --- a/.github/workflows/tag-release-devcontainer.yml +++ b/.github/workflows/tag-release-devcontainer.yml @@ -122,7 +122,7 @@ jobs: - name: Download extra artifact if: ${{ inputs.extra_artifact_name != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: artifact-ids: ${{ inputs.extra_artifact_id }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 9fd5af8..442cd01 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -190,7 +190,7 @@ jobs: next_version_tag: ${{ steps.output_version_tag.outputs.NEXT_VERSION_TAG }} steps: - name: Fetch asdf artifact - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: asdf_artifact - name: Install asdf @@ -234,7 +234,7 @@ jobs: BRANCH_NAME: ${{ inputs.branch_name }} - name: Fetch semantic-release config - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: config_artifact @@ -264,7 +264,7 @@ jobs: - name: Download extra artifact if: ${{ inputs.extra_artifact_name != '' }} - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: artifact-ids: ${{ inputs.extra_artifact_id }} github-token: ${{ secrets.GITHUB_TOKEN }}