Replies: 4 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
just joining in to say that I'm in exactly the same state. |
Beta Was this translation helpful? Give feedback.
-
|
I also have the same issue. Made sure to delete all artifacts + caches, checked for account-wide artifacts. Waited now between 24-60h (was a staged deletion) and my actions storage still has not updated. |
Beta Was this translation helpful? Give feedback.
-
|
Going through the same issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Discussion Details
Summary
I'm experiencing what appears to be an issue with GitHub Actions artifact storage accounting.
Repository:
omeraytug/ticket-verifierPlan: GitHub Free
Problem
All GitHub Actions workflows fail during the artifact upload step with:
What I have already tried
gh api repos/omeraytug/ticket-verifier/actions/artifacts --jq '.total_count'Output:
The workflow still fails with the exact same error.
Billing information
My Billing → Metered usage page still reports:
0.5 GB used / 0.5 GB included0 GB usedSince there are no remaining artifacts and the caches are essentially empty, it appears that the Actions storage usage has not been recalculated.
Additional information
The workflow uses
actions/upload-artifact@v4to upload build artifacts.The issue occurs for all build targets (Windows, Linux, and macOS), and every upload fails with the same quota error.
Question
Has anyone experienced this before?
Is there any way to force GitHub Actions storage usage to be recalculated, or is this something that requires GitHub staff intervention?
Any suggestions would be greatly appreciated.
Thank you!
Note: I understand GitHub Free includes 0.5 GB of Actions storage. My concern is that all repository artifacts have already been deleted and the repository reports 0 remaining artifacts, but the billing page still reports 0.5 GB used and new artifact uploads remain blocked after more than 13 hours
Beta Was this translation helpful? Give feedback.
All reactions