diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 4e5b5ee..2c562ca 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -30,7 +30,7 @@ jobs: - name: Generate API docs site run: npx typedoc - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./docs/api