download-artifact/action.yml
Eli Uriegas 57250ea9cd get this working with s3 buckets
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
2021-05-17 17:11:46 -07:00

16 lines
423 B
YAML

name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
path:
description: 'Destination path'
required: false
s3-bucket:
description: 'S3 bucket to pull from'
required: false
runs:
using: 'node12'
main: 'dist/index.js'