From 7ade3e19daafcc07bccbe7c346cab91bce038dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:36:33 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v2 --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 4a05d8a352e..d10cc1cf813 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@v1 + uses: actions/upload-pages-artifact@v2 with: path: ./public