From 6b241899760cd77fb49df24bf57c14744f97227f Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sun, 10 Mar 2024 11:07:48 +0000 Subject: [PATCH] Update Actions deploy workflow for node 0.16 removal Signed-off-by: Andy Piper --- .github/workflows/hugo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index fa3ecc5..2f05776 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.121.0 + HUGO_VERSION: 0.123.0 steps: - name: Install Hugo CLI run: | @@ -61,7 +61,7 @@ jobs: --minify \ --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./public @@ -75,6 +75,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4