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 6bddf84 commit 1787078Copy full SHA for 1787078
.github/workflows/build-site.yml
@@ -26,7 +26,7 @@ jobs:
26
run: ./zola build
27
28
- name: Upload Generated Site
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
30
with:
31
name: generated_site
32
path: public
0 commit comments