File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258258 artifact_name : ${{ inputs.source_code_artifact_name }}
259259
260260 - name : Download CDK layer artifact
261- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
261+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
262262 with :
263263 name : cdk-layer-stack
264264 path : cdk-layer-stack/
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 - name : install deps
181181 run : poetry install
182182 - name : Download artifact
183- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
183+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
184184 with :
185185 name : ${{ inputs.artefact-name }}
186186 path : layer
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 with :
116116 node-version : ${{ env.NODE_VERSION }}
117117 - name : Download artifact
118- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
118+ uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
119119 with :
120120 name : ${{ inputs.artefact-name }}
121121 - name : Unzip artefact
You can’t perform that action at this time.
0 commit comments