Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitHub Actions: "You've used 100% of included services for GitHub Storage (GitHub Actions and Packages)" after deleting all Artifacts

Does anyone of you know what GitHub actually stores in their GitHub Storage (for Actions and Packages)?

GitHub keeps telling me:

You've used 100% of included services for GitHub Storage (GitHub Actions and Packages)

GitHub Storage usage

I deleted all my old workflow runs I have tried two actions to delete all my artifacts:

  • https://github.com/Spendesk/purge-artifacts-action
  • https://github.com/marketplace/actions/remove-artifacts

There is a GitHub Issue as well

like image 559
Godlike Avatar asked Sep 09 '25 20:09

Godlike


2 Answers

The guys on GitHub told me that I have to write the support and I did so. The solution was that I had to set a spending limit. After setting my spending limit to 1$ everything works fine.

They told me that this is an estimation not the real data. I still think this a bug or at least pretty bad Usability but the solution worked for me.

After setting the spending limit GitHub told me that I am using 0,00GB of Storage so the delete actions actually worked. (I didn't have to pay anything)

like image 117
Godlike Avatar answered Sep 12 '25 09:09

Godlike


Quick Solution:-

Click on Billing and Plans > Plans and Usage > Click on Update and add 1$ (1$ per month for extra storage).

Redeploy your project

like image 40
deep bajaj Avatar answered Sep 12 '25 08:09

deep bajaj