File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
57
57
aws --region us-east-1 lambda get-layer-version-by-arn --arn arn:aws:lambda:us-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:${{ inputs.version }} --query 'Content.Location' | xargs curl -L -o AWSLambdaPowertoolsTypeScriptV2.zip
58
58
aws --region us-east-1 lambda get-layer-version-by-arn --arn arn:aws:lambda:us-east-1:094274105915:layer:AWSLambdaPowertoolsTypeScriptV2:${{ inputs.version }} > AWSLambdaPowertoolsTypeScriptV2.json
59
59
- name : Store Zip
60
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
60
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
61
61
with :
62
62
name : AWSLambdaPowertoolsTypeScriptV2.zip
63
63
path : AWSLambdaPowertoolsTypeScriptV2.zip
64
64
retention-days : 1
65
65
if-no-files-found : error
66
66
- name : Store Metadata
67
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
67
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
68
68
with :
69
69
name : AWSLambdaPowertoolsTypeScriptV2.json
70
70
path : AWSLambdaPowertoolsTypeScriptV2.json
You can’t perform that action at this time.
0 commit comments