File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,23 @@ jobs:
2323 max-parallel : 1
2424 matrix :
2525 include :
26- - artifact-pattern : ' bench-result-*'
26+ - artifact-pattern : ' bench-result-. *'
2727 results-name : KMP JSON schema validator
2828 alert : true
29- - artifact-pattern : ' bench-comparison-result-*'
29+ - artifact-pattern : ' bench-comparison-result-. *'
3030 results-name : Compare KMP JSON schema validator
3131 alert : false
3232 name : ' Process benchmark results for ${{ matrix.results-name }}'
3333 steps :
3434 - name : ' Checkout Repository'
3535 uses : actions/checkout@v4
3636 - name : Download benchmark results
37- uses : actions/ download-artifact@v4
37+ uses : dawidd6/action- download-artifact@v6
3838 with :
39- pattern : ${{ matrix.artifact-pattern }}
39+ name : ${{ matrix.artifact-pattern }}
40+ name_is_regexp : true
4041 path : ${{ env.RESULTS_DIR }}
41- merge-multiple : true
42- run-id : ${{ github.event.workflow_run.id }}
42+ run_id : ${{ github.event.workflow_run.id }}
4343 - name : Show downloaded artifacts
4444 run : tree ${{ env.RESULTS_DIR }}
4545 - name : Prepare and join benchmark reports
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
1515 with :
1616 ref : ${{ github.event.workflow_run.head_sha }}
1717 - name : Download benchmark results
18- uses : actions/ download-artifact@v4
18+ uses : dawidd6/action- download-artifact@v6
1919 with :
2020 name : coverage-reports
2121 path : reports/
22- run-id : ${{ github.event.workflow_run.id }}
22+ run_id : ${{ github.event.workflow_run.id }}
2323 - name : Download PR number
24- uses : actions/ download-artifact@v4
24+ uses : dawidd6/action- download-artifact@v6
2525 with :
2626 name : pr-number
2727 path : ' .'
28- run-id : ${{ github.event.workflow_run.id }}
28+ run_id : ${{ github.event.workflow_run.id }}
2929 - id : trigger
3030 run : echo "pr-number=$(cat pr_number)" >> GITHUB_OUTPUT
3131 - name : Test pull_requests objects
You can’t perform that action at this time.
0 commit comments