From 5993fa29ebb55ae6d0429642fd8a6480138f5600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 09:02:03 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .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..f6c41af 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@v4 with: path: dist