Skip to content

Commit ccf0171

Browse files
mukilanmrego
authored andcommitted
upgrade github actions in run-wpt and update-score workflows
Signed-off-by: Mukilan Thiyagarajan <[email protected]>
1 parent e1b555c commit ccf0171

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/run-wpt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
--total-chunks ${{ env.max_chunk_id }}
6464
working-directory: servo
6565
- name: Archive the wpt result chunk
66-
uses: actions/upload-artifact@v3
66+
uses: actions/upload-artifact@v4
6767
with:
68-
name: ${{ inputs.artifact-name }}
68+
name: ${{ inputs.artifact-name }}-${{ matrix.chunk_id }}
6969
path: servo/wpt-report-${{ matrix.chunk_id }}.json
7070

.github/workflows/update-scores.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
with:
3535
ref: main
3636
- name: Download wpt results for layout 2020
37-
uses: actions/download-artifact@v3
37+
uses: actions/download-artifact@v4
3838
with:
39-
name: wpt-chunks-2020
4039
path: wpt-chunks-2020
40+
pattern: wpt-chunks-2020-*
41+
merge-multiple: true
4142
- uses: actions/setup-node@v3
4243
with:
4344
node-version: 16
@@ -55,9 +56,9 @@ jobs:
5556
- name: Setup Pages
5657
uses: actions/configure-pages@v3
5758
- name: Upload Pages artifact
58-
uses: actions/upload-pages-artifact@v1
59+
uses: actions/upload-pages-artifact@v3
5960
with:
6061
path: 'site'
6162
- name: Deploy to GitHub Pages
6263
id: deployment
63-
uses: actions/deploy-pages@v1
64+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)