Commit f1677e1
fix: download artifacts from same branch to ensure correct binary version
Added 'branch: ${{ github.ref_name }}' parameter to dawidd6/action-download-artifact
to ensure the sync workflow downloads the binary built from the same branch it's
running on. Previously, it would download the most recent successful build from
any branch, which could use outdated code.
This ensures testing on feature branches uses the correct binary version.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent fd72882 commit f1677e1
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments