File tree 2 files changed +2
-2
lines changed
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
100
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
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@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5
79
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
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