Add retries to all HTTP calls + fix dependabot alerts (#80)

* Update @actions/artifact package to version 0.5.0

* bump eslint-plugin-github to version 4.1.1

* Update artifact.dep.yml
This commit is contained in:
Konrad Pabjan 2021-01-04 15:47:26 +01:00 committed by GitHub
parent f144d3c391
commit 4a7a711286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 574 additions and 960 deletions

View file

@ -28,7 +28,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^0.4.2",
"@actions/artifact": "^0.5.0",
"@actions/core": "^1.2.6"
},
"devDependencies": {
@ -37,7 +37,7 @@
"@zeit/ncc": "^0.22.1",
"concurrently": "^5.2.0",
"eslint": "^7.4.0",
"eslint-plugin-github": "^3.4.1",
"eslint-plugin-github": "^4.1.1",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
}