download-artifact/action.yml
Bassem Dghaidi ad191675b4 Use Node20
2026-03-17 06:25:04 -07:00

14 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'