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

13 lines
406 B
YAML
Raw Normal View History

2019-11-08 18:00:32 +01:00
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
2019-06-24 22:40:04 +02:00
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'