mirror of
https://github.com/actions/cache.git
synced 2025-07-12 19:41:49 +02:00
Add support for gzip fallback for restore of old cache on windows
This commit is contained in:
@ -43,3 +43,6 @@
|
||||
|
||||
### 3.1.0-beta.1
|
||||
- Update `@actions/cache` on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. ([issue](https://github.com/actions/cache/issues/984))
|
||||
|
||||
### 3.1.0-beta.2
|
||||
- Added support for fallback to gzip to restore old caches on windows.
|
||||
|
Reference in New Issue
Block a user