3
0
Fork 0
mirror of https://github.com/actions/download-artifact.git synced 2025-01-18 16:44:43 +01:00
download-artifact-no-ghes/action.yml

14 lines
349 B
YAML
Raw Normal View History

2019-11-08 17:00:32 +00:00
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
2019-06-24 14:40:04 -06:00
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
2019-06-24 14:40:04 -06:00
path:
description: 'Destination path'
required: false
2019-06-24 14:40:04 -06:00
runs:
2024-03-18 16:08:50 +00:00
using: 'node20'
main: 'dist/index.js'