diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa7ca51..739d0e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: - name: Build run: pnpm build - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifact path: ./dist