Skip to content

Commit b7fdc57

Browse files
authored
Update release.yml
updated version of upload-artifact to v4 as v3 is not supported any more.
1 parent 71501df commit b7fdc57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
NODE_OPTIONS: "--max-old-space-size=12288"
3636
run: pnpm run build
3737
- name: Upload Build Result
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: asterics-docs
4141
path: dist

0 commit comments

Comments
 (0)