1
0
Files
download-artifact/action.yml
Rob Herley 246d7188e7
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 6s
Test / Build (ubuntu-latest) (push) Failing after 6s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
use node20
2024-03-18 16:08:50 +00: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'