mirror of
https://github.com/actions/download-artifact.git
synced 2026-04-26 02:32:17 +08:00
chore: use local @actions/artifact and @actions/core packages
This commit is contained in:
Vendored
+38166
-17330
File diff suppressed because one or more lines are too long
Generated
+2707
-11751
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -32,8 +32,8 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/download-artifact#readme",
|
"homepage": "https://github.com/actions/download-artifact#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "^2.3.2",
|
"@actions/artifact": "file:../packages/artifact",
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "file:../packages/core",
|
||||||
"@actions/github": "^6.0.1",
|
"@actions/github": "^6.0.1",
|
||||||
"minimatch": "^9.0.3"
|
"minimatch": "^9.0.3"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user