2019-06-24 20:40:04 +00:00
|
|
|
name: 'Download artifact'
|
|
|
|
description: 'Download workflow artifacts'
|
|
|
|
author: 'GitHub'
|
|
|
|
inputs:
|
|
|
|
name:
|
|
|
|
description: 'Artifact name'
|
2019-08-01 18:45:04 +00:00
|
|
|
required: true
|
2019-06-24 20:40:04 +00:00
|
|
|
path:
|
|
|
|
description: 'Destination path'
|
|
|
|
runs:
|
2019-09-06 17:19:36 +00:00
|
|
|
# Plugins live on the runner and are only available to a certain set of first party actions.
|
2019-06-24 20:40:04 +00:00
|
|
|
plugin: 'download'
|