From 28ba13d2081d47400ddf81212ee249b235bc3e50 Mon Sep 17 00:00:00 2001 From: lesleyanneb <31181282+lesleyanneb@users.noreply.github.com> Date: Fri, 3 Sep 2021 02:54:08 +1000 Subject: [PATCH] Update about-storage-and-bandwidth-usage to include Actions impact (#21255) * Update about-storage-and-bandwidth-usage.md * use reusable for Actions Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --- .../versioning-large-files/about-storage-and-bandwidth-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/github/managing-large-files/versioning-large-files/about-storage-and-bandwidth-usage.md b/content/github/managing-large-files/versioning-large-files/about-storage-and-bandwidth-usage.md index 9b2e33d2e3..8ed3d6c19d 100644 --- a/content/github/managing-large-files/versioning-large-files/about-storage-and-bandwidth-usage.md +++ b/content/github/managing-large-files/versioning-large-files/about-storage-and-bandwidth-usage.md @@ -19,6 +19,7 @@ When you commit and push a change to a file tracked with {% data variables.large For example: - If you push a 500 MB file to {% data variables.large_files.product_name_short %}, you'll use 500 MB of your allotted storage and none of your bandwidth. If you make a 1 byte change and push the file again, you'll use another 500 MB of storage and no bandwidth, bringing your total usage for these two pushes to 1 GB of storage and zero bandwidth. - If you download a 500 MB file that's tracked with LFS, you'll use 500 MB of the repository owner's allotted bandwidth. If a collaborator pushes a change to the file and you pull the new version to your local repository, you'll use another 500 MB of bandwidth, bringing the total usage for these two downloads to 1 GB of bandwidth. +- If {% data variables.product.prodname_actions %} downloads a 500 MB file that is tracked with LFS, it will use 500 MB of the repository owner's allotted bandwidth. {% ifversion fpt %} If {% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) objects are included in source code archives for your repository, downloads of those archives will count towards bandwidth usage for the repository. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."