diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 5023a0c..6f1331b 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@v2 + uses: actions/deploy-pages@v3 with: artifact_name: github-pages