mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-06 07:38:28 +01:00
use new @actions/artifact version & update download logic
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/actions/download-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^1.1.1",
|
||||
"@actions/core": "^1.10.0"
|
||||
"@actions/artifact": "^2.0.0",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/github": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.12.6",
|
||||
|
||||
Reference in New Issue
Block a user