mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
React to feedback
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@ export enum CacheFilename {
|
||||
|
||||
export enum CompressionMethod {
|
||||
Gzip = 'gzip',
|
||||
ZstdOld = 'zstd-old',
|
||||
// Long range mode was added to zstd in v1.3.2.
|
||||
// This enum is for earlier version of zstd that does not have --long support
|
||||
ZstdWithoutLong = 'zstd-without-long',
|
||||
Zstd = 'zstd'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user