Skip to content

Commit 1aa8f0c

Browse files
committed
ci: update doxygen workflow actions
1 parent bbbd792 commit 1aa8f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doxygen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
make -j -C include && make -j -C doc
3131
rm -rf ./api/html/Nodes.xml Info.plist Makefile Tokens.xml
3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v1
33+
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: ./api/html
3636
deploy:
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- name: Deploy to GitHub Pages
4444
id: deployment
45-
uses: actions/deploy-pages@v1
45+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)