download-artifact/action.yml
2022-03-04 15:13:36 +01:00

16 lines
466 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
wait-timeout:
description: 'Wait for the artifact to become available (timeout in seconds)'
required: false
runs:
using: 'node16'
main: 'dist/index.js'