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 593e91a38b
commit d48d03435b
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.