diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 497cb51..5d5afae 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -91,4 +91,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }} - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5