From b94f6a1340bd03bd467ff9f167c89b8a6a970a02 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 19 Mar 2020 15:56:27 +0100 Subject: [PATCH] Update additional-information.md --- packages/artifact/docs/additional-information.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.