"Artifact storage quota has been hit" #169789
Replies: 22 comments 6 replies
|
I understand your frustration with the persistent artifact storage quota error. I have encountered this exact issue multiple times in my own projects. Here is a comprehensive solution that has worked for me in the past: Immediate Actions
Long-Term Prevention
Storage Limits by Plan (as of current GitHub documentation)
If you frequently exceed these, consider upgrading your plan or moving large files to external storage such as AWS S3, Azure Blob, or Google Cloud Storage. Alternatives
Key takeaway: Let me know if you need help with any of these steps! Thanks, |
|
Thanks. My personal account does not have billing/where to even try to create payment method |
|
Yeah, I have deleted all artifacts. Let me wait for next 24/48 hours again and retry. I will update this thread in the next 2 days. Thanks, I appreciate. |
|
That GitHub Actions error is about GitHub Actions artifact storage specifically the Actions & Packages storage quota tied to your account or organization. The “topic” or “product” you’d pick in a GitHub Discussion or support ticket would be: Why it’s still happening after deletion
How to fix 1. Double-check where the storage is coming from
2. Clear old artifacts and logs
3. Force recalculation / escalate
4. Long-term prevention
|
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
|
I Would be greatly appreciated if Github could provide an actual time to wait, so that we could notify our developers about how long they have to wait for a recalculation, or better yet give us a force-recalculate button on Enterprise and Pro subscriptions :-). |
|
been stuck on this 30 hrs now - what a chore |
|
Mine has been blocked for over 24 hours and still hasn't updated. I've already cleared everything from the cache. |
|
we had to wait about a week |
|
it gives you a good opportunity to figure out how to deploy locally to prod
…On Fri, 19 Dec 2025 at 13:16, Horacio ***@***.***> wrote:
Omg!! I've waited for nearly 12 hours, I keep trying to redeploy, and
still nothing. I can't believe you had to wait that long!!😅 It's BS!
—
Reply to this email directly, view it on GitHub
<#169789 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABU35QNSK7I6AP4SE4DTML4CPUAXAVCNFSM6AAAAACD4PTBTWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMRZHA2TENA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
72 hours and counting. new record? |
|
Having the same issue here, but with the team plan. I've nuked my cache and removed artifacts so that I'm below 0.7GB of my 2GB action storage and it's been a ~36 hours but still unable to upload new artifacts. |
|
The “artifact storage quota has been hit” error means that the repository has reached its limit for stored workflow artifacts. Deleting artifacts does not immediately free up space — GitHub recalculates usage only every 6–12 hours, and sometimes the recalculation can take longer. That’s why you may still see the error even after cleaning up. In practice, the quota will eventually reset once the recalculation finishes. If it has already been more than 48 hours, it usually indicates that the recalculation is delayed, but it will catch up. There isn’t a manual override to force the reset. The best approach is to confirm that all large artifacts are deleted, then wait for the next recalculation cycle. Once GitHub updates the usage, new artifacts can be uploaded again. |
|
Turns out it wasn't to do with the artifact amount but the accumulated
artifact amount held over time. I wish it was more clearly stated in the
Billing/Overview page that when it's showing 2GB maxed out what it can also
refer to is you've hit the max number of GB hours for that month too.
Removing the artifacts (as I had) in this case didn't do anything to change
this, even after approaching 48 hours which makes sense. I added some $ to
my Actions budget and it immediately resolved the issue, back in business.
…On Wed, Feb 11, 2026 at 12:41 PM l3shzn ***@***.***> wrote:
The “artifact storage quota has been hit” error means that the repository
has reached its limit for stored workflow artifacts. Deleting artifacts
does not immediately free up space — GitHub recalculates usage only every
6–12 hours, and sometimes the recalculation can take longer. That’s why you
may still see the error even after cleaning up.
In practice, the quota will eventually reset once the recalculation
finishes. If it has already been more than 48 hours, it usually indicates
that the recalculation is delayed, but it will catch up. There isn’t a
manual override to force the reset.
The best approach is to confirm that all large artifacts are deleted, then
wait for the next recalculation cycle. Once GitHub updates the usage, new
artifacts can be uploaded again.
—
Reply to this email directly, view it on GitHub
<#169789 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B43PGXSZTTUFOMCNEFGFWQT4LOHW3AVCNFSM6AAAAACD4PTBTWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNZXGQYDKOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
|
Well that was painful. I believe I hit the same issue that @les-cequencedsystems described. Increasing the actions budget in There really should be more information on github side on how to resolve this issue and workarounds |
|
I was almost ready to deploy my project for first release but I can't now and according to these comments up to a week |
|
Hey 🙃 Mostly, this means that you reached the limit of GitHub Actions' storage/usage, and cleaning up artifacts won't instantly solve the problem. 👁🗨 Why this problem is occurring?
💪 How to fix it
🆘 CriticalHowever, if the problem persisted for more than 48-72 hours, this may indicate:
👉 In this situation, creating Actions budget ($1) will usually help solve the problem immediately. |
This comment was marked as low quality.
This comment was marked as low quality.
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
|
This counts total stored artifacts + logs, not per-run usage, and it doesn't clear automatically until artifacts hit their retention expiry. Two fixes: (a) lower retention- set retention-days on actions/upload-artifact, or drop the repo/org default in Settings -> Actions; (b) actively delete existing artifacts via the REST API (DELETE /repos/{owner}/{repo}/actions/artifacts/{id}) or a cleanup action like geekyeggo/delete-artifact. Note the quota is billing-plan-bound, so for private repos check whether you've hit the included GB before assuming it's a bug. |
|
I have billing on , removed artifacts and cache and still giving same error... Not sure what to do now. |

Uh oh!
There was an error while loading. Please reload this page.
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
Workflow Deployment
Discussion Details
I keep having this error message:
"Failed to CreateArtifact: Artifact storage quota has been hit. Unable to upload any new artifacts. Usage is recalculated every 6-12 hours....". This error keeps showing even after deleting all my artifacts. This is more that 48hours. Please could this be resolved?
All reactions