diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index a1f8113..adc4f43 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@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./docs/api