From 41e708061ada7ff90fab0514b0ab70017f3642f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:32:19 +0000 Subject: [PATCH] chore(actions): update actions/upload-pages-artifact action to v2 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 14b1370..0f005bf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -109,7 +109,7 @@ jobs: "$upload_url?name=$(basename $file)" - name: Upload index - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: path: index