Skip to content

Commit fed509e

Browse files
update deploy/upload-pages actions to v4
Signed-off-by: lilithgrigoryan <lilit.grigoryan00@gmail.com>
1 parent 048e23c commit fed509e

File tree

2 files changed

+200
-2
lines changed

2 files changed

+200
-2
lines changed

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
cd docs && make clean && make html
4040
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: 'docs/html'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v3
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)