Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,14 @@ jobs:
- name: 静态托管单进程部署实测(构建前端 → 静态 → 上传 → 分析 → 分享走 postgres 腿 → 重启持久化)
run: node tools/verify-static-hosting.js

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: gcode-golden-diff-dotnet-10.0.302
path: backend/artifacts/gcode-golden-diff.json
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: gcode-job-gate-dotnet-10.0.302
path: |
Expand All @@ -210,7 +210,7 @@ jobs:
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: persistence-recovery-dotnet-10.0.302
path: |
Expand All @@ -220,28 +220,28 @@ jobs:
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: analytics-golden-diff-dotnet-10.0.302
path: backend/artifacts/analytics-golden-diff.json
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: rules-authority-dualrun-dotnet-10.0.302
path: backend/artifacts/rules-authority-dualrun.json
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: auth-matrix-dotnet-10.0.302
path: backend/artifacts/auth-matrix.json
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: static-hosting-dotnet-10.0.302
path: |
Expand All @@ -250,7 +250,7 @@ jobs:
if-no-files-found: error
retention-days: 14

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: resource-authority-dotnet-10.0.302
path: |
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
- name: SLO、告警、轮换与回滚运行手册门禁
run: npm run ops:check && npm run rollback:rehearse

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: production-readiness-audit
path: |
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
env:
E2E_GCODE_AUTHORITY: dotnet

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: failure()
with:
name: playwright-report
Expand Down
Loading