ci: checkout firstly before upload visual-regression diff report (#46361)

This commit is contained in:
vagusX 2023-12-10 12:44:39 +08:00 committed by GitHub
parent ff036963f8
commit be78dcfdcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,9 @@ jobs:
runs-on: ubuntu-latest
needs: [upstream-workflow-summary]
steps:
- name: checkout
uses: actions/checkout@v4
# We need get persist-index first
- name: download image snapshot artifact
uses: dawidd6/action-download-artifact@v2