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 97
97
with :
98
98
ref : ${{ github.sha }}
99
99
- name : Download CDK layer artifacts
100
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
100
+ uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
101
101
with :
102
102
path : cdk-layer-stack
103
103
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 76
76
- name : Setup dependencies
77
77
uses : ./.github/actions/cached-node-modules
78
78
- name : Download artifact
79
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
79
+ uses : actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
80
80
with :
81
81
name : ${{ inputs.artifact-name }}
82
82
- name : Unzip artifact
You can’t perform that action at this time.
0 commit comments