From c0d0418f65475a05efd3680e256ca3c42c51be1b Mon Sep 17 00:00:00 2001 From: dayland Date: Fri, 24 Jul 2026 11:59:53 +0100 Subject: [PATCH] Authoring-assist runner: download advisory artifact from the current run The review and publish jobs run in the same workflow_run; the artifact is intra-run. Downloading with run-id set to the intake run (github.event.workflow_run.id) looked in the wrong run and failed with 'Artifact not found'. Drop run-id/github-token so download-artifact resolves the artifact uploaded earlier in this run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 75d852d6-18a6-4c58-986f-ed5ab16618fa --- .github/workflows/authoring-assist-runner.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/authoring-assist-runner.yml b/.github/workflows/authoring-assist-runner.yml index 6fc1d54..2f49481 100644 --- a/.github/workflows/authoring-assist-runner.yml +++ b/.github/workflows/authoring-assist-runner.yml @@ -192,8 +192,6 @@ jobs: with: name: authoring-assist-output-${{ needs.review.outputs.pr_number }} path: ${{ github.workspace }}/advisory-output - github-token: ${{ github.token }} - run-id: ${{ github.event.workflow_run.id }} - name: Upsert advisory comment env: