ci: Fix WPT import (#36098)

Log files were renamed in https://github.com/servo/servo/pull/36037

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
sagudev 2025-03-23 09:21:49 +01:00 committed by GitHub
parent 4ecf0909e5
commit b641c7be96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: wpt-full-logs-linux-layout-2020 name: wpt-full-logs-linux
- name: Setup Python - name: Setup Python
uses: ./.github/actions/setup-python uses: ./.github/actions/setup-python
- name: Prep environment - name: Prep environment