mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-08 14:42:43 +00:00
13 lines
349 B
YAML
13 lines
349 B
YAML
name: 'Download a Build Artifact'
|
|
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
|
author: 'GitHub'
|
|
inputs:
|
|
name:
|
|
description: 'Artifact name'
|
|
required: false
|
|
path:
|
|
description: 'Destination path'
|
|
required: false
|
|
runs:
|
|
using: 'node20'
|
|
main: 'dist/index.js'
|