Skip to content

Commit 3f69c70

Browse files
authored
fix: avoid artifact action bootstrap in quality jobs (#235)
1 parent bbd13ad commit 3f69c70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ jobs:
311311

312312
- name: Download built Homeboy binary
313313
if: inputs.build-command != ''
314-
uses: actions/download-artifact@v4
315-
with:
316-
name: homeboy-binary
317-
path: .homeboy-bin
314+
shell: bash
315+
env:
316+
GH_TOKEN: ${{ github.token }}
317+
run: gh run download "${GITHUB_RUN_ID}" --name homeboy-binary --dir .homeboy-bin
318318

319319
- name: Resolve Homeboy binary path
320320
id: binary-path

0 commit comments

Comments
 (0)