Skip to content

Commit a9d5832

Browse files
github-actions(deps): bump actions/upload-pages-artifact from 2 to 3 (#57)
1 parent 21fb804 commit a9d5832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: mkdocs build --strict
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v3
35-
- uses: actions/upload-pages-artifact@v2
35+
- uses: actions/upload-pages-artifact@v3
3636
with:
3737
path: site/
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)