File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
region : ${{ fromJson(needs.setup.outputs.regions) }}
110
110
steps :
111
111
- name : Download Metadata
112
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
112
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
113
113
with :
114
114
name : AWSLambdaPowertoolsTypeScriptV2.json
115
115
- id : transform
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113
113
region : ${{ fromJson(needs.setup.outputs.regions) }}
114
114
steps :
115
115
- name : Download Zip
116
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
116
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
117
117
with :
118
118
name : AWSLambdaPowertoolsTypeScriptV2.zip
119
119
- name : Download Metadata
120
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
120
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
121
121
with :
122
122
name : AWSLambdaPowertoolsTypeScriptV2.json
123
123
- name : Verify Layer Signature
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
84
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .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