From 095ab69cb7d21a7debcd91011615dee636d2e760 Mon Sep 17 00:00:00 2001 From: eric sciple Date: Mon, 18 May 2020 11:35:54 -0400 Subject: [PATCH] . --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index e7dcde08..4d5cf635 100644 --- a/dist/index.js +++ b/dist/index.js @@ -10965,7 +10965,7 @@ function downloadToolAttempt(url, dest, auth) { }; } const response = yield http.get(url, headers); - throw new HTTPError(403); + throw new HTTPError(429); if (response.message.statusCode !== 200) { const err = new HTTPError(response.message.statusCode); core.debug(`Failed to download from "${url}". Code(${response.message.statusCode}) Message(${response.message.statusMessage})`);