From 7cb448ec139d1e2e6f4ac93ee1726e31bc383563 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:12:55 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v4 --- .github/workflows/playground.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playground.yml b/.github/workflows/playground.yml index 557f271..cb93712 100644 --- a/.github/workflows/playground.yml +++ b/.github/workflows/playground.yml @@ -38,7 +38,7 @@ jobs: - run: npm ci - run: npm run build - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 with: path: playground/dist