Sourced from actions/cache's releases.
v2.1.2
- Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
- No-op when executing on GHES
d1255ad
Merge pull request GH-424 from actions/dhadka/upload-chunk-size68cfb2c
Add units to descriptioncce3c03
Add new input to action.yml4bceb75
Use parseInt instead of Number to handle empty stringsa6f1f4b
Adds input for upload chunk sized606e03
Merge pull request GH-421 from actions/dhadka/ghesd3e4f21
Use warning instead of info55a5894
Update dist3f6dfcb
Merge branch 'main' of http://github.com/actions/cache into dhadka/ghes0f71d4a
Add tests for isGhes