1
0
mirror of https://github.com/actions/download-artifact.git synced 2025-12-12 20:57:50 +01:00

chore: use local @actions/artifact and @actions/core packages

This commit is contained in:
Salman Muin Kayser Chishti
2025-12-09 11:17:38 +00:00
parent e605cf51ad
commit 36990830f2
3 changed files with 40875 additions and 29083 deletions

55496
dist/index.js vendored

File diff suppressed because one or more lines are too long

14458
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"
},