diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 00e4b7096..0fdb849e6 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -98,7 +98,7 @@ jobs: - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 # with: # preview: true <-> currently not available to the public