diff --git a/.github/workflows/deploy-zensical.yml b/.github/workflows/deploy-zensical.yml index b2a2866..9d95509 100644 --- a/.github/workflows/deploy-zensical.yml +++ b/.github/workflows/deploy-zensical.yml @@ -97,7 +97,7 @@ jobs: # WHY: GitHub Pages deployments require a packaged artifact containing # the built static site. This step bundles the contents of the site/ # directory so the next step can publish it. - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: site # WHY: Default Zensical output directory for the built site.