From af4c64bd2ebfbea41474e683bd791b4e52b62a7f Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 4 Nov 2024 16:47:59 -0500 Subject: [PATCH] Update pages actions --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3af278b0..1492251f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,12 +147,11 @@ jobs: mkdir -p _site/man-pages cp -v doc/*.html _site/man-pages/ - - uses: actions/configure-pages@v3 - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v3 with: path: _site - id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 test-install: if: ${{ github.event_name == 'pull_request' }}