Replies: 2 comments 4 replies
I don't believe there is. The cache files are placed within
Is that the total, or the size of a single cache? Note that I don't recall where I saw the info, but I think GHA limits caches to a total of 10GB, it will then flush the older caches to stay within that limit. Not.sure. |
2 replies
|
I think you should be able to see caches and download them at https://github.com/owner/repo/actions/caches |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Our bundler cache seems to continually grow very large (right now it's at 8GB) and I'm trying to debug why.
Is there a way to manually download the cache file so I can see what's inside?
My gut is telling that it's because we use git-based gems, and it's probably not "cleaning" the old git histories, but I want to prove it first before opening a ticket
All reactions