Skip to content

Commit 530ed2c

Browse files
committed
use correct artifact name in test
1 parent 53ef698 commit 530ed2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
- name: 'Download merged artifacts'
192192
uses: actions/download-artifact@v4
193193
with:
194-
name: Merged-Artifacts
194+
name: merged-artifacts
195195
path: all-merged-artifacts
196196
- name: 'Check merged artifact has directories for each artifact'
197197
run: |

0 commit comments

Comments
 (0)