jbonofre commented on code in PR #2555:
URL: https://github.com/apache/karaf/pull/2555#discussion_r3115241338


##########
.github/workflows/ci-test-results.yml:
##########
@@ -50,15 +50,14 @@ jobs:
         uses: dawidd6/action-download-artifact@v20
         with:
           run_id: ${{ github.event.workflow_run.id }}
-          name: event-file-.*
-          name_is_regexp: true
+          name: event-file-ubuntu-24.04
           path: event
 
       - name: Publish Test Results
         uses: EnricoMi/publish-unit-test-result-action@v2
         with:
           commit: ${{ github.event.workflow_run.head_sha }}
-          event_file: event/event.json
+          event_file: event/event-file-ubuntu-24.04/event.json

Review Comment:
   That's a good idea. We can also use wildcard (`latest`) on Ubuntu matrix.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to