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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
123+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
124124 with :
125125 name : AWSLambdaPowertoolsTypeScriptV2.json
126126 - id : transform
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 region : ${{ fromJson(inputs.regions) }}
3434 steps :
3535 - name : Download Zip
36- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
36+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
3737 with :
3838 name : AWSLambdaPowertoolsTypeScriptV2.zip
3939
4040 - name : Download Metadata
41- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
41+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4242 with :
4343 name : AWSLambdaPowertoolsTypeScriptV2.json
4444
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
90+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .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