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 95
95
with :
96
96
ref : ${{ github.sha }}
97
97
- name : Download CDK layer artifact
98
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
98
+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
99
99
with :
100
100
name : cdk-layer-stack
101
101
path : cdk-layer-stack/
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@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
79
+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
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