We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b3008 commit ab65153Copy full SHA for ab65153
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Zola build
58
run: ./zola build
59
- name: Upload GitHub Pages artifact
60
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
61
with:
62
path: public
63
0 commit comments