@@ -135,7 +135,7 @@ jobs:
135135        with :
136136          github-token : ${{ secrets.GITHUB_TOKEN }} 
137137          run-id : ${{ github.event.workflow_run.id }} 
138-           pattern : tests-results-hw- *
138+           pattern : tests_results_hw_ *
139139          merge-multiple : true 
140140          path : artifacts/results/hw 
141141
@@ -145,14 +145,14 @@ jobs:
145145        with :
146146          github-token : ${{ secrets.GITHUB_TOKEN }} 
147147          run-id : ${{ github.event.workflow_run.id }} 
148-           pattern : tests-results-qemu- *
148+           pattern : tests_results_qemu_ *
149149          merge-multiple : true 
150150          path : artifacts/results/qemu 
151151
152152      - name : Upload parent artifacts 
153153        uses : actions/upload-artifact@v4 
154154        with :
155-           name : parent-artifacts 
155+           name : parent_artifacts 
156156          path : artifacts 
157157          if-no-files-found : error 
158158
@@ -274,7 +274,7 @@ jobs:
274274        with :
275275          github-token : ${{ secrets.GITHUB_TOKEN }} 
276276          run-id : ${{ github.event.workflow_run.id }} 
277-           name : tests-bin- ${{ matrix.chip }}- ${{ matrix.type }}
277+           name : tests_bin_ ${{ matrix.chip }}_ ${{ matrix.type }}
278278          path : | 
279279            ~/.arduino/tests 
280280
@@ -298,7 +298,7 @@ jobs:
298298        uses : actions/upload-artifact@v4 
299299        if : always() 
300300        with :
301-           name : tests-results-wokwi- ${{ matrix.chip }}- ${{ matrix.type }}
301+           name : tests_results_wokwi_ ${{ matrix.chip }}_ ${{ matrix.type }}
302302          overwrite : true 
303303          path : | 
304304            tests/**/*.xml 
0 commit comments