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