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

55372
dist/index.js vendored

File diff suppressed because one or more lines are too long

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