From: AngeloR Date: Fri, 14 Feb 2025 15:53:58 +0000 (-0500) Subject: ci: upgrade pages deploy action X-Git-Url: https://git.xangelo.ca/?a=commitdiff_plain;h=b9af1982d71953bc389c52450cd61032fa596dbe;p=xangelo.ca.git ci: upgrade pages deploy action --- diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index bea81f1..8104cc4 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -57,7 +57,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 @@ -71,5 +71,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4