diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 000da5c..087aed4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,16 +137,16 @@ jobs: - uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Build documentation run: cargo doc --no-deps - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v4 with: path: target/doc/ - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4