From 3be87be14a055c47b01d3bd88f8fe02320a9bb60 Mon Sep 17 00:00:00 2001 From: Brian Cristante <33549821+brcrista@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:19:05 -0400 Subject: [PATCH] Ingest v0.5.2 of @actions/artifact (#100) * npm install --update @actions/artifact * Update .licenses file * npm run release --- .licenses/npm/@actions/artifact.dep.yml | 2 +- dist/index.js | 3 ++- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.licenses/npm/@actions/artifact.dep.yml b/.licenses/npm/@actions/artifact.dep.yml index 6e477b9..b3ba112 100644 --- a/.licenses/npm/@actions/artifact.dep.yml +++ b/.licenses/npm/@actions/artifact.dep.yml @@ -1,6 +1,6 @@ --- name: "@actions/artifact" -version: 0.5.1 +version: 0.5.2 type: npm summary: Actions artifact lib homepage: https://github.com/actions/toolkit/tree/main/packages/artifact diff --git a/dist/index.js b/dist/index.js index 65c66b5..333e12e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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 ]; diff --git a/package-lock.json b/package-lock.json index e1fc8bc..c8dfba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/artifact": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.1.tgz", - "integrity": "sha512-wKXEa4fhvgsw3kPu74F3J6eAi92rqv7BvpjEAmiqmDFeuDj6cyqWDWXx6axWfiBmmln1/LVf1DLWikbciKkoVQ==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.2.tgz", + "integrity": "sha512-q/r8WSqyxBJ0ffLCRrtjCBTGnAYqP+ID4yG7f7YSlhrQ4thNg/d+Tq9f1YkLPKX46ZR97OWtGDY+oU/nxcqvLw==", "requires": { "@actions/core": "^1.2.6", "@actions/http-client": "^1.0.11", diff --git a/package.json b/package.json index b0bbfca..9f43446 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/actions/download-artifact#readme", "dependencies": { - "@actions/artifact": "^0.5.1", + "@actions/artifact": "^0.5.2", "@actions/core": "^1.2.6" }, "devDependencies": {