From c5a8f1aefa91f3d709de40b475e66d6cad9e9337 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Thu, 23 Jan 2025 11:17:28 -0800 Subject: [PATCH] change to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1af13be..639362e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v4 # Deployment job deploy: