From e6bc9af91bbc62e27700164fecb2784e8fecea53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:19:05 +0000 Subject: [PATCH] Update actions/upload-pages-artifact action to v4 --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 525b8ba..c1a3717 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -41,7 +41,7 @@ jobs: run: npm run build working-directory: web - name: Upload website - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: "web/build" deploy: