download-artifact/action.yml
2024-03-18 16:08:50 +00:00

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'