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:
109109 region : ${{ fromJson(needs.setup.outputs.regions) }}
110110 steps :
111111 - name : Download Metadata
112- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
112+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
113113 with :
114114 name : AWSLambdaPowertoolsTypeScriptV2.json
115115 - id : transform
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ jobs:
113113 region : ${{ fromJson(needs.setup.outputs.regions) }}
114114 steps :
115115 - name : Download Zip
116- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
116+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
117117 with :
118118 name : AWSLambdaPowertoolsTypeScriptV2.zip
119119 - name : Download Metadata
120- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
120+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
121121 with :
122122 name : AWSLambdaPowertoolsTypeScriptV2.json
123123 - name : Verify Layer Signature
Original file line number Diff line number Diff line change 8181 - name : Setup dependencies
8282 uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
8383 - name : Download artifact
84- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
84+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
8585 with :
8686 name : ${{ inputs.artifact-name }}
8787 - name : Unzip artifact
You can’t perform that action at this time.
0 commit comments