mirror of
https://github.com/actions/download-artifact.git
synced 2025-01-18 16:44:43 +01:00
11 lines
230 B
YAML
11 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'
|