Update to the latest version of the @actions/artifact package

This commit is contained in:
Konrad Pabjan 2020-04-09 20:52:30 +02:00
parent 3bdf740f02
commit 6b4fc0991f
3 changed files with 5924 additions and 667 deletions

View file

@ -28,14 +28,14 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"devDependencies": {
"@actions/artifact": "^0.2.0",
"@actions/core": "^1.2.2",
"@typescript-eslint/parser": "^2.20.0",
"@zeit/ncc": "^0.21.1",
"@actions/artifact": "^0.3.0",
"@actions/core": "^1.2.3",
"@typescript-eslint/parser": "^2.27.0",
"@zeit/ncc": "^0.22.1",
"concurrently": "^5.1.0",
"eslint": "^6.8.0",
"eslint-plugin-github": "^3.4.1",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
"prettier": "^2.0.4",
"typescript": "^3.8.3"
}
}