1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-06 09:47:49 +01:00
Files
download-artifact/action.yml
2019-08-01 14:45:04 -04:00

12 lines
230 B
YAML

name: 'Download artifact'
description: 'Download workflow artifacts'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: true
path:
description: 'Destination path'
runs:
plugin: 'download'