Files
download-artifact/action.yml
T
fourbroad 45c6427e38
Check dist/ / check-dist (push) Failing after 0s
Code scanning - action / CodeQL-Build (push) Failing after 0s
Licensed / Check licenses (push) Failing after 0s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (ubuntu-latest) (push) Failing after 0s
Test / Build (windows-latest) (push) Has been cancelled
Import actions/download-artifact @v3
2026-06-17 07:48:51 +08: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: 'node16'
main: 'dist/index.js'