Describe the feature or problem you’d like to solve
I sometimes need to download Github actions caches, whether it is for debugging their large size, or to check that what I'm caching is the right data.
Proposed solution
A gh cache download <key> subcommand
Additional context
I currently use actions/cache + actions/upload-artifact to access the cache , but this is impractical in the long term/in master branches
Describe the feature or problem you’d like to solve
I sometimes need to download Github actions caches, whether it is for debugging their large size, or to check that what I'm caching is the right data.
Proposed solution
A
gh cache download <key>subcommandAdditional context
I currently use
actions/cache+actions/upload-artifactto access the cache , but this is impractical in the long term/in master branches