diff --git a/packages/artifact/src/internal/artifact-client.ts b/packages/artifact/src/internal/artifact-client.ts index d7a3cb19..5c9318cf 100644 --- a/packages/artifact/src/internal/artifact-client.ts +++ b/packages/artifact/src/internal/artifact-client.ts @@ -203,7 +203,7 @@ Note: The size of downloaded zips can differ significantly from the reported siz await createDirectoriesForArtifact( downloadSpecification.directoryStructure ) - core.info('Directory structure has been setup for the artifact') + core.info('Directory structure has been set up for the artifact') await createEmptyFilesForArtifact( downloadSpecification.emptyFilesToCreate )