1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact.git synced 2024-09-20 02:36:12 +02:00
download-artifact/action.yml

13 lines
325 B
YAML
Raw Normal View History

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