Merge branch 'main' into pdotl-zstd-win-patch

This commit is contained in:
Lovepreet Singh
2022-08-18 16:35:00 +05:30
committed by GitHub
4 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -83,4 +83,5 @@
- Bug fixes for download stuck issue [#810](https://github.com/actions/cache/issues/810).
### 3.0.4
- Fix zstd not working for windows on gnu tar in issues [#888](https://github.com/actions/cache/issues/888) and [#891](https://github.com/actions/cache/issues/891).
- Fix zstd not working for windows on gnu tar in issues [#888](https://github.com/actions/cache/issues/888) and [#891](https://github.com/actions/cache/issues/891).
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MIN`. Default is 60 minutes.