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