Bumping up the version to fix download issue for files > 2 GB.

This commit is contained in:
Ashwin Sangem 2022-03-25 05:07:58 +00:00 committed by GitHub
parent 2d8d0d1c9b
commit 0ea82e14e9
5 changed files with 76 additions and 161 deletions

View file

@ -10,6 +10,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
## What's New
### v3
* Fixed download issue for files > 2GB during restore.
* Updated the minimum runner version support from node 12 -> node 16.
### v2
@ -181,7 +182,7 @@ steps:
Since GitHub Enterprise Server uses self-hosted runners, dependencies are typically cached on the runner by whatever dependency management tool is being used (npm, maven, etc.). This eliminates the need for explicit caching in some scenarios.
## Changelog schedule and history
## Changelog schedule and history
| Status | Version | Date | Highlights |
|:---|:---|:---|:---|