@@ -39,15 +39,15 @@ jobs:
3939
4040 - name : Checkout repository
4141 id : checkout
42- uses : actions/checkout@v6
42+ uses : actions/checkout@v4
4343 continue-on-error : true
4444 with :
4545 repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
4646 ref : ${{ github.event.pull_request.head.sha || github.sha }}
4747
4848 - name : Set up Python 3.11
4949 id : setup_python
50- uses : actions/setup-python@v6
50+ uses : actions/setup-python@v5
5151 continue-on-error : true
5252 with :
5353 python-version : ' 3.11'
@@ -58,16 +58,15 @@ jobs:
5858 run : python -m py_compile scripts/publish_hash_chilli_ci_artifacts.py
5959
6060 - name : Set up Node.js 22
61- uses : actions/setup-node@v6
61+ uses : actions/setup-node@v4
6262 with :
6363 node-version : " 22"
6464
6565 - name : Install dependencies
6666 id : install
6767 run : |
6868 python -m pip install -e ".[test]"
69- npm --prefix dashboard/app ci
70- npm --prefix showcase/app ci
69+ npm install
7170 - name : Run Canonical Check
7271 id : canonical_check
7372 run : npm run check
@@ -183,7 +182,7 @@ jobs:
183182
184183 - name : Upload CFI-03 Hash/chilli CI artifacts
185184 if : always() && hashFiles(env.CFI_RESULT_PATH) != ''
186- uses : actions/upload-artifact@v7
185+ uses : actions/upload-artifact@v4
187186 with :
188187 name : validation-runner-cfi-artifacts
189188 path : |
0 commit comments