From 78597950bc72cb7663ecb39c88942625baed92ab Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Tue, 15 Sep 2026 16:10:41 +0200 Subject: [PATCH] fix(repo-policy-sync): use stable report artifact name --- .github/workflows/repo-policy-sync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-policy-sync.yml b/.github/workflows/repo-policy-sync.yml index e76022b..a39e5f7 100644 --- a/.github/workflows/repo-policy-sync.yml +++ b/.github/workflows/repo-policy-sync.yml @@ -52,7 +52,9 @@ jobs: if: always() uses: actions/upload-artifact@v7 with: - name: repo-policy-sync-plan-report + # Keep the report name stable; consumers select the workflow run, + # not the policy-sync mode that produced it. + name: repo-policy-sync-report path: repo-policy-sync-report.json if-no-files-found: error - name: Report policy sync status @@ -98,7 +100,7 @@ jobs: if: always() uses: actions/upload-artifact@v7 with: - name: repo-policy-sync-apply-report + name: repo-policy-sync-report path: repo-policy-sync-report.json if-no-files-found: error - name: Report policy sync status