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 @@ -120,7 +120,7 @@ jobs:
120120 region : ${{ fromJson(needs.setup.outputs.regions) }}
121121 steps :
122122 - name : Download Metadata
123- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
123+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
124124 with :
125125 name : AWSLambdaPowertoolsTypeScriptV2.json
126126 - id : transform
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ jobs:
136136 region : ${{ fromJson(needs.setup.outputs.regions) }}
137137 steps :
138138 - name : Download Zip
139- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
139+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
140140 with :
141141 name : AWSLambdaPowertoolsTypeScriptV2.zip
142142 - name : Download Metadata
143- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
143+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
144144 with :
145145 name : AWSLambdaPowertoolsTypeScriptV2.json
146146 - name : Verify Layer Signature
Original file line number Diff line number Diff line change 8787 - name : Setup dependencies
8888 uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
8989 - name : Download artifact
90- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
90+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9191 with :
9292 name : ${{ inputs.artifact-name }}
9393 - name : Unzip artifact
You can’t perform that action at this time.
0 commit comments