diff --git a/packages/artifact/docs/additional-information.md b/packages/artifact/docs/additional-information.md index 0118a0dc..42b9c8b2 100644 --- a/packages/artifact/docs/additional-information.md +++ b/packages/artifact/docs/additional-information.md @@ -4,6 +4,7 @@ Extra information - [Non-Supported Characters](#Non-Supported-Characters) - [Permission loss](#Permission-Loss) - [Considerations](#Considerations) +- [Compression](#Is-my-artifact-compressed) ## Non-Supported Characters @@ -50,4 +51,4 @@ GZip is used internally to compress individual files before starting an upload. Compression using GZip also helps speed up artifact download as part of a workflow. Header information is used to determine if an individual file was uploaded using GZip and if necessary, decompression is used. -When downloading an artifact from the GitHub UI (this differs from downloading an artifact during a workflow), a single Zip file is dynamically created that contains all of the files uploaded as part of an artifact. Any files that were uploaded using GZip will be decompressed on the server before being added to the Zip file with the remaining files. \ No newline at end of file +When downloading an artifact from the GitHub UI (this differs from downloading an artifact during a workflow), a single Zip file is dynamically created that contains all of the files uploaded as part of an artifact. Any files that were uploaded using GZip will be decompressed on the server before being added to the Zip file with the remaining files.