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