1
0
Fork 0
toolkit/packages/artifact/docs/generated/interfaces/Artifact.md

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:123


id

id: number

The ID of the artifact

Defined in

src/internal/shared/interfaces.ts:113


name

name: string

The name of the artifact

Defined in

src/internal/shared/interfaces.ts:108


size

size: number

The size of the artifact in bytes

Defined in

src/internal/shared/interfaces.ts:118