mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 22:23:41 +00:00
npm run release
This commit is contained in:
parent
391b1ec8e2
commit
25771f5ee5
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -7465,8 +7465,9 @@ function isRetryableStatusCode(statusCode) {
|
||||
}
|
||||
const retryableStatusCodes = [
|
||||
http_client_1.HttpCodes.BadGateway,
|
||||
http_client_1.HttpCodes.ServiceUnavailable,
|
||||
http_client_1.HttpCodes.GatewayTimeout,
|
||||
http_client_1.HttpCodes.InternalServerError,
|
||||
http_client_1.HttpCodes.ServiceUnavailable,
|
||||
http_client_1.HttpCodes.TooManyRequests,
|
||||
413 // Payload Too Large
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user