diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 87b5335..981047d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -102,4 +102,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