From 40f7b8c04c6e35c88b8e34eca00138065f5eaa6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:15:24 +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 e5f819a..3e1b09f 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -37,7 +37,7 @@ jobs: run: bun run build - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: dist