Skip to content

Commit ec833c0

Browse files
Update github workflow to v4 from v2 based on deprecation
1 parent 8b6ca68 commit ec833c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
# Upload the book's HTML as an artifact
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: "_build/html"
4545

0 commit comments

Comments
 (0)