@@ -217,7 +217,7 @@ jobs:
217217 run : bash scripts/ci/gitleaks-history-gate.sh
218218 - name : Upload gitleaks history artifact
219219 if : ${{ always() }}
220- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
220+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
221221 with :
222222 name : uiq-pr-gitleaks-history
223223 path : .runtime-cache/artifacts/ci/gitleaks-history.json
@@ -334,7 +334,7 @@ jobs:
334334 run : bash scripts/ci/run-in-container.sh --task pr-static-gate --gate pr-static-gate
335335 - name : Upload test truthiness gate artifacts (always)
336336 if : ${{ always() }}
337- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
337+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
338338 with :
339339 name : uiq-pr-test-truth-gate
340340 path : |
@@ -344,7 +344,7 @@ jobs:
344344 if-no-files-found : warn
345345 - name : Upload Python test truthiness gate artifacts (always)
346346 if : ${{ always() }}
347- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
347+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
348348 with :
349349 name : uiq-pr-pytest-truth-gate
350350 path : |
@@ -371,7 +371,7 @@ jobs:
371371 run : bash scripts/ci/run-in-container.sh --task pr-mcp-gate --gate pr-mcp-gate
372372 - name : Upload MCP stress gate artifacts (always)
373373 if : ${{ always() }}
374- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
374+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
375375 with :
376376 name : uiq-pr-mcp-stress-gate
377377 path : |
@@ -398,7 +398,7 @@ jobs:
398398 run : bash scripts/ci/run-in-container.sh --task pr-run-profile --gate pr-run-profile
399399 - name : Upload AI review artifacts (always)
400400 if : ${{ always() }}
401- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
401+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
402402 with :
403403 name : uiq-pr-ai-review
404404 path : |
@@ -407,7 +407,7 @@ jobs:
407407 retention-days : 7
408408 if-no-files-found : warn
409409 - name : Upload Artifacts
410- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
410+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
411411 with :
412412 name : uiq-pr-run
413413 path : |
@@ -448,7 +448,7 @@ jobs:
448448 run : bash scripts/ci/run-in-container.sh --task frontend-nonstub --gate pr-frontend-nonstub
449449 - name : Upload counterfactual audit report (always, shard1)
450450 if : ${{ always() && matrix.shard_index == 1 }}
451- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
451+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
452452 with :
453453 name : uiq-pr-counterfactual-report
454454 path : |
@@ -487,7 +487,7 @@ jobs:
487487 run : bash scripts/ci/run-in-container.sh --task pr-quality-gate --gate pr-quality-gate
488488 - name : Upload mutation reports (always)
489489 if : ${{ always() }}
490- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
490+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
491491 with :
492492 name : uiq-pr-mutation-reports
493493 path : |
@@ -629,7 +629,7 @@ jobs:
629629 --schema contracts/true-green-manifest.schema.json \
630630 --input .runtime-cache/artifacts/ci/true-green-manifest-pr.json
631631 - name : Upload PR true-green manifest
632- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
632+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
633633 with :
634634 name : uiq-pr-true-green-manifest
635635 path : .runtime-cache/artifacts/ci/true-green-manifest-pr.json
0 commit comments