Misc Download Artifact Improvements (#43)

* Various improvements to download-artifact

* Resolve input path

* README updates

* PR feedback
This commit is contained in:
Konrad Pabjan 2020-07-15 12:09:31 +02:00 committed by GitHub
parent 385ad92b52
commit 7e5b6f00de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 286 additions and 125 deletions

View file

@ -30,10 +30,11 @@
"devDependencies": {
"@actions/artifact": "^0.3.1",
"@actions/core": "^1.2.4",
"@types/node": "^12.12.6",
"@typescript-eslint/parser": "^2.30.0",
"@zeit/ncc": "^0.22.1",
"concurrently": "^5.2.0",
"eslint": "^6.8.0",
"eslint": "^7.4.0",
"eslint-plugin-github": "^3.4.1",
"prettier": "^2.0.5",
"typescript": "^3.8.3"