From 16b8b2b2e710272c0a2fea3431b2fab02e34a3c5 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 5 Jan 2021 16:00:51 +0100 Subject: [PATCH] Update where does the upload go section (#162) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbbbf4b..661856d 100644 --- a/README.md +++ b/README.md @@ -219,11 +219,15 @@ Artifacts are retained for 90 days by default. You can specify a shorter retenti The retention period must be between 1 and 90 inclusive. For more information see [artifact and log retention policies](https://docs.github.com/en/free-pro-team@latest/actions/reference/usage-limits-billing-and-administration#artifact-and-log-retention-policy). ## Where does the upload go? -In the top right corner of a workflow run, once the run is over, if you used this action, there will be an `Artifacts` dropdown which you can download items from. Here's a screenshot of what it looks like
- + +At the bottom of the workflow summary page, there is a dedicated section for artifacts. Here's a screenshot of something you might see: + + There is a trashcan icon that can be used to delete the artifact. This icon will only appear for users who have write permissions to the repository. +The size of the artifact is denoted in bytes. The displayed artifact size denotes the raw uploaded artifact size (the sum of all the individual files uploaded during the workflow run for the artifact), not the compressed size. When you click to download an artifact from the summary page, a compressed zip is created with all the contents of the artifact and the size of the zip that you download may differ significantly from the displayed size. Billing is based on the raw uploaded size and not the size of the zip. + # Limitations ### Zipped Artifact Downloads