Cache: Increasing client validation to 10GB (#934)

* increasing client validation limit in cache package to 10gb
This commit is contained in:
Aparna Ravindra
2021-11-19 16:34:33 +05:30
committed by GitHub
parent e2eeb0a784
commit 45d2019161
6 changed files with 10 additions and 7 deletions

View File

@@ -40,3 +40,6 @@
### 1.0.7
- Fixes permissions issue extracting archives with GNU tar on macOS ([issue](https://github.com/actions/cache/issues/527))
### 1.0.8
- Increase the allowed artifact cache size from 5GB to 10GB ([issue](https://github.com/actions/cache/discussions/497))