Skip to content

Commit 7df3aa7

Browse files
committed
fix: actions version
1 parent c3a2bd1 commit 7df3aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pelican.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pelican content -s publishconf.py -o output
3838

3939
- name: upload pages artifact
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-pages-artifact@v3
4141
with:
4242
path: ./output
4343

@@ -51,4 +51,4 @@ jobs:
5151
steps:
5252
- name: deploy to github pages
5353
id: deployment
54-
uses: actions/deploy-pages@v2
54+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)