mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-05-19 22:34:45 +00:00
Use zstd instead of gzip
This commit is contained in:
parent
eb78578266
commit
7c7ab7c49e
5 changed files with 31 additions and 13 deletions
|
@ -19,4 +19,4 @@ export enum Events {
|
|||
PullRequest = "pull_request"
|
||||
}
|
||||
|
||||
export const CacheFilename = "cache.tgz";
|
||||
export const CacheFilename = "cache.tar.zst";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue