From 6f2a71369771831c0ff0ece5b4a4d89f61459503 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Fri, 11 Oct 2024 16:27:18 +0000 Subject: [PATCH] Fix build? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94f0cd95..90e2b293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: - run: rm -rf ./_site/cli && cp ./cli/bundled.ts ./_site/cli # Upload the static content as a workflow artifact when not publishing the site (non-main branches) - name: Archive site - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: site path: _site