Skip to content

Commit 2223d56

Browse files
committed
fix: action artifact version
1 parent e29a0ec commit 2223d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pelican.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pelican content -s publishconf.py -o output
3333

3434
- name: upload pages artifact
35-
uses: actions/upload-pages-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
path: ./output
3838

0 commit comments

Comments
 (0)