Skip to content

Commit 12ed250

Browse files
committed
fix: update upload-pages-artifact action to v3 in deploy-docs.yml
1 parent 5235cac commit 12ed250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: mkdocs build --strict
5353

5454
- name: Upload artifact
55-
uses: actions/upload-pages-artifact@v2
55+
uses: actions/upload-pages-artifact@v3
5656
with:
5757
path: ./site
5858

0 commit comments

Comments
 (0)