diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60f4ca1f96..59ceaab463 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -130,7 +130,7 @@ jobs: - name: Build docs run: cargo doc --features "default all-dialects emit-description emit-extensions format-generated-code tokio-1 signing" - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.ref == 'refs/heads/master' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}