From bd835f63cd77cc24531e1c5a9a7348cbe1fbf62b Mon Sep 17 00:00:00 2001 From: Rocco Meli Date: Tue, 14 May 2024 21:32:44 +0200 Subject: [PATCH] update actions --- .github/workflows/build_page.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_page.yaml b/.github/workflows/build_page.yaml index 2d43f40a..532d21dc 100644 --- a/.github/workflows/build_page.yaml +++ b/.github/workflows/build_page.yaml @@ -27,13 +27,13 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: source: ./ destination: ./_site - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: retention-days: "1"