Retry on 413 response codes (#108)

This commit is contained in:
Konrad Pabjan
2020-08-04 17:36:48 +02:00
committed by GitHub
parent c8879bf5ae
commit 268d754764
3 changed files with 9 additions and 8 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@actions/artifact": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.3.3.tgz",
"integrity": "sha512-sKC1uA5p6064C6Qypmmt6O8iKlpDyMTfqqDlS4/zfJX1Hs8NbbzPLLN81RpewuJPWQNnroeF52w4VCWypbSNaA==",
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.3.5.tgz",
"integrity": "sha512-y27pBEnUjOqCP2zUf86YkiqGOp1r0C9zUOmGmcxizsHMls0wvk+FJwd+l8JIoukvj1BeBHYP+c+9AEqOt5AqMA==",
"dev": true,
"requires": {
"@actions/core": "^1.2.1",