diff --git a/.github/workflows/typedoc.yaml b/.github/workflows/typedoc.yaml index 4078071e..09a78e93 100644 --- a/.github/workflows/typedoc.yaml +++ b/.github/workflows/typedoc.yaml @@ -28,7 +28,7 @@ jobs: # Generate your TypeDoc documentation - run: npx typedoc # https://github.com/actions/upload-pages-artifact - - uses: actions/upload-pages-artifact@v4 + - uses: actions/upload-pages-artifact@v5 with: path: ./docs # This should be your TypeDoc "out" path. deploy-docs: