diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5032c32..499691d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,7 +228,7 @@ jobs: # Setup GitHub Pages to easily deploy to it. - name: Setup GitHub Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 # Build documentation with `rustdoc`. - name: Build documentation