Skip to content

Commit 08527da

Browse files
committed
Updated deprecated upload-artifact action
1 parent 58ac32c commit 08527da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: mdbook build
3636
# share between different jobs
37-
- uses: actions/upload-artifact@v3
37+
- uses: actions/upload-artifact@v4
3838
with:
3939
name: book
4040
path: book/

0 commit comments

Comments
 (0)