From 3c8a1969397b702878af0f65e3941d822a2b2517 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:55:41 +0900 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v3 (#291) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/GHPages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 242f60be..6fdd3b18 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./docs/.vitepress/dist/eslint-plugin-yml - name: Deploy to GitHub Pages