From 0eb855ca675ed4baa14e4bdc92f68773be0e3802 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Sun, 1 Mar 2026 21:43:43 -0800 Subject: [PATCH] gha: bump site runner --- .github/workflows/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index f8c5ac5..b4e3242 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -28,7 +28,7 @@ jobs: working-directory: site/ - run: make site-build - uses: actions/configure-pages@v2 - - uses: actions/upload-pages-artifact@v1 + - uses: actions/upload-pages-artifact@v4 with: path: site/.vitepress/dist - id: deployment