We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0627f commit c7ce211Copy full SHA for c7ce211
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
run: pnpm run build
26
27
- name: Upload dist folder
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: astro-dist
31
path: dist/
0 commit comments