only retry downloadtool on 500s and 408 and 429 (#373)

This commit is contained in:
eric sciple
2020-03-09 14:35:53 -04:00
committed by GitHub
parent 82fbe5da0f
commit 5859d7172e
6 changed files with 136 additions and 38 deletions

View File

@@ -1,5 +1,9 @@
# @actions/tool-cache Releases
### 1.3.3
- [Update downloadTool to only retry 500s and 408 and 429](https://github.com/actions/toolkit/pull/373)
### 1.3.2
- [Update downloadTool with better error handling and retries](https://github.com/actions/toolkit/pull/369)