Skip to content

Commit c7ce211

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent 5f0627f commit c7ce211

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
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm run build
2626

2727
- name: Upload dist folder
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: astro-dist
3131
path: dist/

0 commit comments

Comments
 (0)