3
0
Fork 0
mirror of https://github.com/actions/download-artifact.git synced 2025-01-18 16:44:43 +01:00
download-artifact-no-ghes/action.yml

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'