mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 15:12:44 +00:00
13 lines
281 B
YAML
13 lines
281 B
YAML
name: 'Download artifact'
|
|
description: 'Download workflow artifacts'
|
|
author: 'GitHub'
|
|
inputs:
|
|
name:
|
|
description: 'Artifact name'
|
|
path:
|
|
description: 'Destination path'
|
|
source:
|
|
description: 'artifact source'
|
|
default: current
|
|
runs:
|
|
plugin: 'download'
|