diff --git a/.github/workflows/deploy-zensical.yml b/.github/workflows/deploy-zensical.yml index 82c367b..db81b0e 100644 --- a/.github/workflows/deploy-zensical.yml +++ b/.github/workflows/deploy-zensical.yml @@ -117,7 +117,7 @@ jobs: # OBS: path must match the output directory verified in D2. - name: D4) Deploy to GitHub Pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 # WHY: Publishes the uploaded artifact to GitHub Pages. # OBS: Requires pages: write and id-token: write permissions (set above). # OBS: The deployed URL is shown in the Actions log after this step completes.