diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0ae350a..4c03553 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,13 +21,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup pnpm uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 25.2.0 cache: 'pnpm' @@ -47,7 +47,7 @@ jobs: mv build/${{ env.ARTIFACT_NAME }} . - name: Upload internal artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ github.workspace }}/${{ env.ARTIFACT_NAME }}