3
0
Fork 0
mirror of https://github.com/actions/download-artifact.git synced 2025-02-07 09:01:05 +01:00
download-artifact-no-ghes/action.yml

16 lines
419 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
outputs:
download-path:
description: 'Path of artifact download'
runs:
using: 'node20'
main: 'dist/index.js'