@@ -135,7 +135,7 @@ jobs:
135
135
with :
136
136
github-token : ${{ secrets.GITHUB_TOKEN }}
137
137
run-id : ${{ github.event.workflow_run.id }}
138
- pattern : tests-results-hw- *
138
+ pattern : tests_results_hw_ *
139
139
merge-multiple : true
140
140
path : artifacts/results/hw
141
141
@@ -145,14 +145,14 @@ jobs:
145
145
with :
146
146
github-token : ${{ secrets.GITHUB_TOKEN }}
147
147
run-id : ${{ github.event.workflow_run.id }}
148
- pattern : tests-results-qemu- *
148
+ pattern : tests_results_qemu_ *
149
149
merge-multiple : true
150
150
path : artifacts/results/qemu
151
151
152
152
- name : Upload parent artifacts
153
153
uses : actions/upload-artifact@v4
154
154
with :
155
- name : parent-artifacts
155
+ name : parent_artifacts
156
156
path : artifacts
157
157
if-no-files-found : error
158
158
@@ -274,7 +274,7 @@ jobs:
274
274
with :
275
275
github-token : ${{ secrets.GITHUB_TOKEN }}
276
276
run-id : ${{ github.event.workflow_run.id }}
277
- name : tests-bin- ${{ matrix.chip }}- ${{ matrix.type }}
277
+ name : tests_bin_ ${{ matrix.chip }}_ ${{ matrix.type }}
278
278
path : |
279
279
~/.arduino/tests
280
280
@@ -298,7 +298,7 @@ jobs:
298
298
uses : actions/upload-artifact@v4
299
299
if : always()
300
300
with :
301
- name : tests-results-wokwi- ${{ matrix.chip }}- ${{ matrix.type }}
301
+ name : tests_results_wokwi_ ${{ matrix.chip }}_ ${{ matrix.type }}
302
302
overwrite : true
303
303
path : |
304
304
tests/**/*.xml
0 commit comments