|
@@ -30,26 +30,29 @@ jobs:
|
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
|
|
|
|
|
# try to get results from tests
|
|
# try to get results from tests
|
|
|
- - uses: dawidd6/action-download-artifact@v2
|
|
|
|
|
|
|
+ - uses: dawidd6/action-download-artifact@v6
|
|
|
continue-on-error: true
|
|
continue-on-error: true
|
|
|
with:
|
|
with:
|
|
|
workflow: ${{github.event.workflow_run.name}}
|
|
workflow: ${{github.event.workflow_run.name}}
|
|
|
run_id: ${{github.event.workflow_run.id}}
|
|
run_id: ${{github.event.workflow_run.id}}
|
|
|
- name: sizes
|
|
|
|
|
|
|
+ pattern: '{sizes,sizes-*}'
|
|
|
|
|
+ merge-multiple: true
|
|
|
path: sizes
|
|
path: sizes
|
|
|
- - uses: dawidd6/action-download-artifact@v2
|
|
|
|
|
|
|
+ - uses: dawidd6/action-download-artifact@v6
|
|
|
continue-on-error: true
|
|
continue-on-error: true
|
|
|
with:
|
|
with:
|
|
|
workflow: ${{github.event.workflow_run.name}}
|
|
workflow: ${{github.event.workflow_run.name}}
|
|
|
run_id: ${{github.event.workflow_run.id}}
|
|
run_id: ${{github.event.workflow_run.id}}
|
|
|
- name: cov
|
|
|
|
|
|
|
+ pattern: '{cov,cov-*}'
|
|
|
|
|
+ merge-multiple: true
|
|
|
path: cov
|
|
path: cov
|
|
|
- - uses: dawidd6/action-download-artifact@v2
|
|
|
|
|
|
|
+ - uses: dawidd6/action-download-artifact@v6
|
|
|
continue-on-error: true
|
|
continue-on-error: true
|
|
|
with:
|
|
with:
|
|
|
workflow: ${{github.event.workflow_run.name}}
|
|
workflow: ${{github.event.workflow_run.name}}
|
|
|
run_id: ${{github.event.workflow_run.id}}
|
|
run_id: ${{github.event.workflow_run.id}}
|
|
|
- name: bench
|
|
|
|
|
|
|
+ pattern: '{bench,bench-*}'
|
|
|
|
|
+ merge-multiple: true
|
|
|
path: bench
|
|
path: bench
|
|
|
|
|
|
|
|
- name: find-version
|
|
- name: find-version
|