This repository was archived by the owner on Nov 14, 2025. It is now read-only.
Commit ac24e63
fix: enable cross-workflow artifact downloads in publish workflow
The Publish workflow was failing to download artifacts from the Main
workflow because actions/download-artifact@v4 defaults to downloading
only from the current workflow run.
Added run-id and github-token parameters to all download-artifact steps
to enable cross-workflow artifact access. This allows the Publish
workflow to correctly download NPM packages and Docker images that were
built and tested in the Main workflow.
This fixes the "Artifact not found" errors in v1.10.8 and future releases.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 097635d commit ac24e63
File tree
2 files changed
+13
-0
lines changed- .changeset
- .github/workflows
2 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| 226 | + | |
| 227 | + | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| |||
328 | 332 | | |
329 | 333 | | |
330 | 334 | | |
| 335 | + | |
| 336 | + | |
331 | 337 | | |
332 | 338 | | |
333 | 339 | | |
| |||
0 commit comments