From 4c14894758d463a954c0473077e63b1c4eab3c43 Mon Sep 17 00:00:00 2001 From: Nick Mello Date: Sat, 25 Jul 2026 16:38:42 -0500 Subject: [PATCH] ci: Update pages Signed-off-by: Nicholas Mello --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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