Skip to content

Commit

Permalink
ci: fix download artifactV4
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven2505 committed Jan 24, 2025
1 parent 2caa44e commit 40f3a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ jobs:
- name: Download built binaries
uses: actions/download-artifact@v4
with:
name: "*_binary_*"
pattern: "*_binary_*"
path: tests/elfs/
merge-multiple: true

- name: Install node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 40f3a51

Please sign in to comment.