Replies: 3 comments
-
|
Hi, this is usually not something Community members can manually fix, and GitHub Support would be the right place if the backend usage is genuinely stuck. A few things I would check first:
From what I understand, storage usage is recalculated asynchronously, so deletion does not always unblock uploads immediately. But if it has genuinely been more than 48 hours and the usage is well below the 500MB free-tier limit, that sounds like either delayed billing/storage sync or a reporting issue that only GitHub Support can investigate. |
Beta Was this translation helpful? Give feedback.
-
|
One additional thing I would check is whether the reported usage is actually coming from Actions artifacts alone. Depending on your account and repository setup, storage consumption can also be affected by:
It may also be worth comparing the storage figures shown under Settings → Billing & Plans → Usage with what you see in the Actions pages. If those numbers do not match, that can help determine whether this is a reporting issue or actual storage consumption. If your usage is genuinely below the free-tier limit and uploads are still being rejected after more than 48 hours, there is unfortunately no user-accessible way to force a quota recalculation. In that case, I would recommend opening a GitHub Support ticket and including:
That should give Support enough information to investigate whether the quota accounting or storage reporting is stuck on the backend. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @resh9425 , This community is managed by GitHub employees, but it is not a support forum. @LouieCRK , @pranav158 thank you for taking your time to answer. You are right, the only place to go for answers to account-specific questions like this one is opening a ticket on our Support page. As no other Community Discussions team members will be able to provide additional help with account related questions I am going to close this discussion. We appreciate your understanding and patience while Support works through your request! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
I am currently using the GitHub Actions free tier and have been unable to upload files/artifacts to my GitHub Actions storage. The workflow consistently fails with a storage limit error.
Timeline of Events
May 26 (Evening): Workflows began failing due to the storage limit being reached.
May 28 (Forenoon): I proactively cleaned up my storage, deleting old artifacts and caches to free up space.
May 30 (Present): It has been over 48 hours since the cleanup, but the storage limit has still not refreshed, and my actions continue to fail.
Steps Already Taken
Deleted older artifacts and caches across repositories to bring usage well below the 500MB free tier limit.
Waited the community-recommended 48 hours for the backend storage metrics to sync.
Could support please look into forcing a manual sync or clearing the cached storage block on my account?
Beta Was this translation helpful? Give feedback.
All reactions