diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4ef48ed..9ef8ad3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -90,4 +90,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@v2 + uses: actions/deploy-pages@v4