diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 6f1331b..ea6ef7e 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -61,6 +61,6 @@ jobs: name: github-pages - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4 with: artifact_name: github-pages