fix: preserve artifact writer failures

This commit is contained in:
DongHyeonka
2026-08-02 04:46:33 +09:00
parent c9f5887cac
commit 381d5549e2
8 changed files with 575 additions and 149 deletions
@@ -56,16 +56,17 @@
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"dependencyCount": {
"exclusiveMinimum": 0,
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"directDependencyCount": {
"exclusiveMinimum": 0,
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"lockfileSha256": {