mirror of
https://github.com/actions/toolkit.git
synced 2026-08-17 00:00:22 +02:00
updates to get/list artifacts
This commit is contained in:
@@ -124,6 +124,11 @@ export interface Artifact {
|
||||
* The size of the artifact in bytes
|
||||
*/
|
||||
size: number
|
||||
|
||||
/**
|
||||
* The time when the artifact was created
|
||||
*/
|
||||
createdAt?: Date
|
||||
}
|
||||
|
||||
// FindOptions are for fetching Artifact(s) out of the scope of the current run.
|
||||
|
||||
Reference in New Issue
Block a user