Add support for gzip fallback for restore of old cache on windows

This commit is contained in:
Sampark Sharma
2022-12-08 09:54:44 +00:00
committed by GitHub
parent 9e9a19bf5f
commit 5a2b5e5714
5 changed files with 66 additions and 21 deletions

View File

@ -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.