Skip to content

Commit f02cc94

Browse files
committed
Update GitHub Actions to use upload-artifact@v4 for artifact management
1 parent 712f78a commit f02cc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: pnpm run build
8383

8484
- name: Upload build artifacts
85-
uses: actions/upload-artifact@v3
85+
uses: actions/upload-artifact@v4
8686
with:
8787
name: dist
8888
path: dist/

0 commit comments

Comments
 (0)