update downloadTool to handle errors from response stream and retry (#369)

This commit is contained in:
eric sciple
2020-03-05 12:05:27 -05:00
committed by GitHub
parent 6459481e98
commit 259743ae13
7 changed files with 320 additions and 51 deletions

View File

@@ -1,5 +1,9 @@
# @actions/tool-cache Releases
### 1.3.2
- [Update downloadTool with better error handling and retries](https://github.com/actions/toolkit/pull/369)
### 1.3.1
- [Increase http-client min version](https://github.com/actions/toolkit/pull/314)