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 8282 - us-gov-west-1
8383 steps :
8484 - name : Download Metadata
85- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
85+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8686 with :
8787 name : AWSLambdaPowertoolsTypeScriptV2.json
8888 - id : transform
Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ jobs:
8686 - us-gov-west-1
8787 steps :
8888 - name : Download Zip
89- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
89+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9090 with :
9191 name : AWSLambdaPowertoolsTypeScriptV2.zip
9292 - name : Download Metadata
93- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
93+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9494 with :
9595 name : AWSLambdaPowertoolsTypeScriptV2.json
9696 - name : Verify Layer Signature
Original file line number Diff line number Diff line change 9797 with :
9898 ref : ${{ github.sha }}
9999 - name : Download CDK layer artifacts
100- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
100+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
101101 with :
102102 path : cdk-layer-stack
103103 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 8181 - name : Setup dependencies
8282 uses : aws-powertools/actions/.github/actions/cached-node-modules@29979bc5339bf54f76a11ac36ff67701986bb0f0
8383 - name : Download artifact
84- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
84+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
8585 with :
8686 name : ${{ inputs.artifact-name }}
8787 - name : Unzip artifact
You can’t perform that action at this time.
0 commit comments