From ed234838735734fdad7f5922d178c93e4a5244b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:30:36 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v5 --- .github/workflows/astro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index bcbaa6e..aba82f0 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -75,7 +75,7 @@ jobs: --base "${{ steps.pages.outputs.base_path }}" working-directory: ${{ env.BUILD_PATH }} - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: ${{ env.BUILD_PATH }}/dist