2
0
mirror of https://github.com/actions/download-artifact.git synced 2026-07-21 01:14:55 +00:00
Files
download-artifact/action.yml
T

14 lines
281 B
YAML
Raw Normal View History

2019-06-24 14:40:04 -06:00
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'