This commit is contained in:
Salman Muin Kayser Chishti
2025-09-29 13:29:07 +01:00
parent 4a24838f3d
commit 67d513183b
8 changed files with 125130 additions and 108130 deletions

View File

@@ -29,7 +29,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^2.3.2",
"@actions/artifact": "file:../packages/artifact",
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"
@@ -48,5 +48,8 @@
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"overrides": {
"uri-js": "npm:uri-js-replace@^1.0.1"
}
}