File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9797 with :
9898 ref : ${{ github.sha }}
9999 - name : Download CDK layer artifacts
100- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
100+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
101101 with :
102102 path : cdk-layer-stack
103103 pattern : cdk-layer-stack-* # merge all Layer artifacts created per region earlier (reusable_deploy_layer_stack.yml; step "Save Layer ARN artifact")
Original file line number Diff line number Diff line change 7878 - name : Setup dependencies
7979 uses : ./.github/actions/cached-node-modules
8080 - name : Download artifact
81- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
81+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
8282 with :
8383 name : ${{ inputs.artifact-name }}
8484 - name : Unzip artifact
You can’t perform that action at this time.
0 commit comments