Skip to content

Commit 6f2a713

Browse files
committed
Fix build?
1 parent 0f72d91 commit 6f2a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: rm -rf ./_site/cli && cp ./cli/bundled.ts ./_site/cli
3838
# Upload the static content as a workflow artifact when not publishing the site (non-main branches)
3939
- name: Archive site
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: site
4343
path: _site

0 commit comments

Comments
 (0)