mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-19 21:18:26 +02:00
use new @actions/artifact version & update download logic
This commit is contained in:
parent
e9ef242655
commit
24b1443a07
6 changed files with 113053 additions and 3428 deletions
|
@ -1,7 +1,11 @@
|
|||
export enum Inputs {
|
||||
Name = 'name',
|
||||
Path = 'path'
|
||||
Path = 'path',
|
||||
GitHubToken = 'github-token',
|
||||
Repository = 'repository',
|
||||
RunID = 'run-id'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
DownloadPath = 'download-path'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue