mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-27 08:58:28 +02:00
V2 Setup
This commit is contained in:
parent
18f0f591fb
commit
6ced765a9f
12 changed files with 4792 additions and 4 deletions
|
@ -4,9 +4,10 @@ author: 'GitHub'
|
|||
inputs:
|
||||
name:
|
||||
description: 'Artifact name'
|
||||
required: true
|
||||
required: false
|
||||
path:
|
||||
description: 'Destination path'
|
||||
description: 'Destination path'
|
||||
required: false
|
||||
runs:
|
||||
# Plugins live on the runner and are only available to a certain set of first party actions.
|
||||
plugin: 'download'
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
Loading…
Add table
Add a link
Reference in a new issue