1
0
Fork 0
mirror of synced 2026-06-05 16:15:14 +00: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
commit 36990830f2
3 changed files with 99283 additions and 87491 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"
},