mirror of
https://code.forgejo.org/forgejo/download-artifact
synced 2026-09-08 10:31:45 -04:00
use new @actions/artifact version & update download logic
This commit is contained in:
+5
-1
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user