mirror of
https://code.forgejo.org/forgejo/download-artifact.git
synced 2025-05-16 12:27:47 +02:00
Ingest v0.5.2 of @actions/artifact (#100)
* npm install --update @actions/artifact * Update .licenses file * npm run release
This commit is contained in:
parent
8bef1ad834
commit
3be87be14a
4 changed files with 7 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue