diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eecd61..4dab17f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - run: bun run build - run: bun run lint - run: bun run prettier --check . - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: build path: out