update docs and bump @actions/artifact

This commit is contained in:
Rob Herley 2023-12-12 19:21:23 -05:00
parent 7eafc8b729
commit ada9446619
No known key found for this signature in database
GPG key ID: D1602042C3543B06
8 changed files with 32428 additions and 11595 deletions

View file

@ -3,10 +3,10 @@ description: 'Download a build artifact that was previously uploaded in the work
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
description: 'Name of the artifact to download. If unspecified, all artifacts for the run are downloaded'
required: false
path:
description: 'Destination path'
description: 'Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE'
required: false
github-token:
description: 'The GitHub token used to authenticate with the GitHub API.