From 081a2a06b0c29038b54b92cf0066eba6e47fc5c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 19:58:59 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .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 8477a36c..c6e6e23b 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./explorer-v3/dist/astro-eslint-parser - name: Deploy to GitHub Pages