mirror of
https://github.com/actions/download-artifact.git
synced 2024-11-09 18:53:33 -05:00
update dependency on artifact lib
This commit is contained in:
parent
d9b73cccac
commit
360d0830b5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/download-artifact#readme",
|
"homepage": "https://github.com/actions/download-artifact#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "^0.6.0",
|
"@actions/artifact": "^1.0.0",
|
||||||
"@actions/core": "^1.2.6"
|
"@actions/core": "^1.2.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue