diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 355fca1..67e90c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,6 +52,6 @@ jobs: - name: ⏺ Deploy to GitHub Pages if: github.ref == 'refs/heads/master' - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 with: artifact_name: ${{ steps.artifact-name.outputs.name }}