From f7cf0ca0378635ec9bb77806844d116de6a7c3e4 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Fri, 9 Feb 2024 18:28:46 +0100 Subject: [PATCH] bump versions --- .github/workflows/pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 9dfd816a..3ea32ad9 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -40,12 +40,12 @@ jobs: make clean && make html - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: # Upload entire repository path: './docs/build/html' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4