diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 6a6f52b..7118d14 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install, build, and upload site - uses: withastro/action@v3 + uses: withastro/action@v6 with: path: ${{ env.BUILD_PATH }} node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)