From 9c80362a1c3c17b17af3d126a63816abee1741ee Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 14 Mar 2025 18:31:29 +0100 Subject: [PATCH] Update ci actions --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59a4491..f7d7110 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: 'npm' - name: Install dependencies @@ -32,12 +32,12 @@ jobs: - manifest_version: 3 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: 'npm' - name: Install dependencies @@ -49,7 +49,7 @@ jobs: run: npm run build - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: stream-bypass-mv${{ matrix.manifest_version }} path: ./dist