File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 63
63
--total-chunks ${{ env.max_chunk_id }}
64
64
working-directory : servo
65
65
- name : Archive the wpt result chunk
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
- name : ${{ inputs.artifact-name }}
68
+ name : ${{ inputs.artifact-name }}-${{ matrix.chunk_id }}
69
69
path : servo/wpt-report-${{ matrix.chunk_id }}.json
70
70
Original file line number Diff line number Diff line change @@ -34,10 +34,11 @@ jobs:
34
34
with :
35
35
ref : main
36
36
- name : Download wpt results for layout 2020
37
- uses : actions/download-artifact@v3
37
+ uses : actions/download-artifact@v4
38
38
with :
39
- name : wpt-chunks-2020
40
39
path : wpt-chunks-2020
40
+ pattern : wpt-chunks-2020-*
41
+ merge-multiple : true
41
42
- uses : actions/setup-node@v3
42
43
with :
43
44
node-version : 16
55
56
- name : Setup Pages
56
57
uses : actions/configure-pages@v3
57
58
- name : Upload Pages artifact
58
- uses : actions/upload-pages-artifact@v1
59
+ uses : actions/upload-pages-artifact@v3
59
60
with :
60
61
path : ' site'
61
62
- name : Deploy to GitHub Pages
62
63
id : deployment
63
- uses : actions/deploy-pages@v1
64
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments