Skip to content

Commit 13a731d

Browse files
Fix download-artifact parameters for pr-arm32-test
Signed-off-by: Krystian Hebel <khebel@antmicro.com>
1 parent 49f6d70 commit 13a731d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ jobs:
102102

103103
- uses: actions/download-artifact@v4
104104
with:
105-
path: ./
105+
path: artifact/
106+
pattern: artifact-*
107+
merge-multiple: true
106108

107109
- name: test
108110
uses: ./

0 commit comments

Comments
 (0)