diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b8ca607..1ffc176 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/configure-pages@v5 with: enablement: true # auto-enable GitHub Pages on first run; idempotent thereafter - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: site - id: deploy