From bef031a41439440953308bf05e87f5c40e851792 Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Sun, 23 Mar 2025 22:01:18 +0100 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f67df99..f6747b1 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -33,11 +33,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: "./site/" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4