1
0
Fork 0
mirror of https://github.com/actions/toolkit.git synced 2025-06-08 14:37:01 +09:00
toolkit/packages/artifact/docs/generated/interfaces/Artifact.md
Brian DeHamer 4426b4ea91
Prepare artifact release 2.2.0
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-12-17 10:05:45 -08:00

1.2 KiB

@actions/artifact / Artifact

Interface: Artifact

An Actions Artifact

Table of contents

Properties

Properties

createdAt

Optional createdAt: Date

The time when the artifact was created

Defined in

src/internal/shared/interfaces.ts:128


id

id: number

The ID of the artifact

Defined in

src/internal/shared/interfaces.ts:118


name

name: string

The name of the artifact

Defined in

src/internal/shared/interfaces.ts:113


size

size: number

The size of the artifact in bytes

Defined in

src/internal/shared/interfaces.ts:123