diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 9d39f37f..2dd54852 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -17,7 +17,7 @@ jobs: with: python-version: '3.12.1' - name: Set up Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '22.17.0' - name: Install chromedriver @@ -38,7 +38,7 @@ jobs: FIREBASE_TOKEN: '1//03I37hFeN4kn3CgYIARAAGAMSNwF-L9IrUvqofZbhOkS8YMtQBhw_bu2TpWYC5MHvnaZDsWPP0KJMypXPyoxogkl8A6p2RxPJQwQ' run: ./scripts/ci_test.sh - name: Upload test artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: steps.build.outcome == 'success' with: path: '**/test_frontend_assets/'