We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ef139 commit b93ba43Copy full SHA for b93ba43
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build Astro
25
run: npm run build
26
- name: Upload artifact (GitHub Pages)
27
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
28
with:
29
name: github-pages
30
path: |
0 commit comments