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:
23
23
max-parallel : 1
24
24
matrix :
25
25
include :
26
- - artifact-pattern : ' bench-result-*'
26
+ - artifact-pattern : ' bench-result-. *'
27
27
results-name : KMP JSON schema validator
28
28
alert : true
29
- - artifact-pattern : ' bench-comparison-result-*'
29
+ - artifact-pattern : ' bench-comparison-result-. *'
30
30
results-name : Compare KMP JSON schema validator
31
31
alert : false
32
32
name : ' Process benchmark results for ${{ matrix.results-name }}'
33
33
steps :
34
34
- name : ' Checkout Repository'
35
35
uses : actions/checkout@v4
36
36
- name : Download benchmark results
37
- uses : actions/ download-artifact@v4
37
+ uses : dawidd6/action- download-artifact@v6
38
38
with :
39
- pattern : ${{ matrix.artifact-pattern }}
39
+ name : ${{ matrix.artifact-pattern }}
40
+ name_is_regexp : true
40
41
path : ${{ env.RESULTS_DIR }}
41
- merge-multiple : true
42
- run-id : ${{ github.event.workflow_run.id }}
42
+ run_id : ${{ github.event.workflow_run.id }}
43
43
- name : Show downloaded artifacts
44
44
run : tree ${{ env.RESULTS_DIR }}
45
45
- name : Prepare and join benchmark reports
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
15
15
with :
16
16
ref : ${{ github.event.workflow_run.head_sha }}
17
17
- name : Download benchmark results
18
- uses : actions/ download-artifact@v4
18
+ uses : dawidd6/action- download-artifact@v6
19
19
with :
20
20
name : coverage-reports
21
21
path : reports/
22
- run-id : ${{ github.event.workflow_run.id }}
22
+ run_id : ${{ github.event.workflow_run.id }}
23
23
- name : Download PR number
24
- uses : actions/ download-artifact@v4
24
+ uses : dawidd6/action- download-artifact@v6
25
25
with :
26
26
name : pr-number
27
27
path : ' .'
28
- run-id : ${{ github.event.workflow_run.id }}
28
+ run_id : ${{ github.event.workflow_run.id }}
29
29
- id : trigger
30
30
run : echo "pr-number=$(cat pr_number)" >> GITHUB_OUTPUT
31
31
- name : Test pull_requests objects
You can’t perform that action at this time.
0 commit comments