We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29a0ec commit 2223d56Copy full SHA for 2223d56
1 file changed
.github/workflows/pelican.yml
@@ -32,7 +32,7 @@ jobs:
32
run: pelican content -s publishconf.py -o output
33
34
- name: upload pages artifact
35
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-artifact@v4
36
with:
37
path: ./output
38
0 commit comments