diff --git a/.github/workflows/zarf-package.yml b/.github/workflows/zarf-package.yml index 0d32d61..6fd8093 100644 --- a/.github/workflows/zarf-package.yml +++ b/.github/workflows/zarf-package.yml @@ -128,12 +128,12 @@ jobs: echo "value=sha-${SHORT_SHA}" >> $GITHUB_OUTPUT # ── Download the tarball produced by the package job ───────────────────── + # No run-id needed: both jobs are in the same workflow run, so + # download-artifact finds the artifact automatically by name. - name: Download Zarf package artifact uses: actions/download-artifact@v4 with: name: zarf-package-${{ steps.tag.outputs.value }} - github-token: ${{ secrets.GITHUB_TOKEN }} - run-id: ${{ github.event.workflow_run.id }} # ── Install Zarf CLI ───────────────────────────────────────────────────── - name: Install Zarf