Skip to content

Commit b7a60ae

Browse files
chore(deps): update actions/upload-pages-artifact action to v3
1 parent 5ef54ef commit b7a60ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build with mdBook
4444
run: mdbook build
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v1
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: ./book
4949

0 commit comments

Comments
 (0)