File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
- us-gov-west-1
83
83
steps :
84
84
- name : Download Metadata
85
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
86
86
with :
87
87
name : AWSLambdaPowertoolsTypeScriptV2.json
88
88
- id : transform
Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ jobs:
86
86
- us-gov-west-1
87
87
steps :
88
88
- name : Download Zip
89
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
89
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
90
90
with :
91
91
name : AWSLambdaPowertoolsTypeScriptV2.zip
92
92
- name : Download Metadata
93
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
93
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
94
94
with :
95
95
name : AWSLambdaPowertoolsTypeScriptV2.json
96
96
- name : Verify Layer Signature
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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
100
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
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 81
81
- name : Setup dependencies
82
82
uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
83
83
- name : Download artifact
84
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
84
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
85
85
with :
86
86
name : ${{ inputs.artifact-name }}
87
87
- name : Unzip artifact
You can’t perform that action at this time.
0 commit comments