mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-13 00:55:57 +08:00
chore: use local @actions/artifact and @actions/core packages
This commit is contained in:
55496
dist/index.js
vendored
55496
dist/index.js
vendored
File diff suppressed because one or more lines are too long
14458
package-lock.json
generated
14458
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -32,8 +32,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/actions/download-artifact#readme",
|
||||
"dependencies": {
|
||||
"@actions/artifact": "^2.3.2",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/artifact": "file:../packages/artifact",
|
||||
"@actions/core": "file:../packages/core",
|
||||
"@actions/github": "^6.0.1",
|
||||
"minimatch": "^9.0.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user