mirror of
https://github.com/actions/toolkit
synced 2025-05-09 00:22:56 +00:00
Updates to @actions/artifact (#396)
* Add support for 429s and Exponential backoff * Refactor status-reporter so it can be used with download and upload * Extra logs * Fixes around download & gzip * Cleanup headers and add extra tests * Improved Docs * Spelling bloopers * Improved error messages * User http client version 1.0.7
This commit is contained in:
parent
36a4b7df61
commit
1b521c4778
15 changed files with 759 additions and 296 deletions
|
@ -6,9 +6,13 @@ Warning: Implementation details may change at any time without notice. This is m
|
|||
|
||||

|
||||
|
||||
## Retry Logic when downloading an individual file
|
||||
|
||||

|
||||
|
||||
## Proxy support
|
||||
|
||||
This package uses the `@actions/http-client` NPM package internally which supports proxied requests out of the box.
|
||||
This package uses the `@actions/http-client` NPM package internally which supports proxied requests out of the box.
|
||||
|
||||
## HttpManager
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue