From c34d1d2420a3ba637ff9a42a27571c4c66a74005 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 11:32:23 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1302d133..32f95a25 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -35,7 +35,7 @@ jobs: - name: Build website run: npm run build -w website - name: Upload build artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: ./packages/website/build