Skip to content

Commit 1bacbf0

Browse files
committed
Bump upload-pages-artifact and deploy-pages
1 parent 518e8e1 commit 1bacbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
make docc
2020
21-
- uses: actions/upload-pages-artifact@v2
21+
- uses: actions/upload-pages-artifact@v3
2222
with:
2323
path: docs
2424

@@ -34,4 +34,4 @@ jobs:
3434
steps:
3535
- name: Deploy to GitHub Pages
3636
id: deployment
37-
uses: actions/deploy-pages@v2
37+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)