From 973991f0c36a2ddb983b8d5a96db3a6a56cb183b Mon Sep 17 00:00:00 2001 From: tajo Date: Wed, 19 Mar 2025 16:51:39 -0700 Subject: [PATCH] Update github actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35254169..b700e76a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: node-version: [22.x] steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 @@ -30,7 +30,7 @@ jobs: version: 9.15.1 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: "pnpm" @@ -53,7 +53,7 @@ jobs: - name: Unit and e2e tests run: pnpm test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report