Files
download-artifact/action.yml
Bassem Dghaidi a9bc5e6ef2 Use Node24
2026-03-17 06:33:43 -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: 'node24'
main: 'dist/index.js'