File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255
255
artifact_name : ${{ needs.seal.outputs.artifact_name }}
256
256
257
257
- name : Download provenance
258
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
258
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
259
259
with :
260
260
name : ${{needs.provenance.outputs.provenance-name}}
261
261
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ jobs:
258
258
artifact_name : ${{ inputs.source_code_artifact_name }}
259
259
260
260
- name : Download CDK layer artifacts
261
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
261
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
262
262
with :
263
263
path : cdk-layer-stack
264
264
pattern : cdk-layer-stack-* # merge all Layer artifacts created per region earlier (reusable_deploy_v2_layer_stack.yml; step "Save Layer ARN artifact")
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
- name : install deps
181
181
run : poetry install
182
182
- name : Download artifact
183
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
183
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
184
184
with :
185
185
name : ${{ inputs.artefact-name }}
186
186
path : layer
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
with :
116
116
node-version : ${{ env.NODE_VERSION }}
117
117
- name : Download artifact
118
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
118
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
119
119
with :
120
120
name : ${{ inputs.artefact-name }}
121
121
- name : Unzip artefact
You can’t perform that action at this time.
0 commit comments