Ingest v0.5.2 of @actions/artifact (#100)

* npm install --update @actions/artifact

* Update .licenses file

* npm run release
This commit is contained in:
Brian Cristante 2021-06-16 16:19:05 -04:00 committed by GitHub
parent 8bef1ad834
commit 3be87be14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

3
dist/index.js vendored
View file

@ -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
];