Skip to content

Commit 125259b

Browse files
committed
Fix deprecated artifacts statement
1 parent 55015a3 commit 125259b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Debug OS
3737
run: |
38+
set -x
3839
uname -a
3940
df -h
4041
env
@@ -85,7 +86,7 @@ jobs:
8586
- name: Build the website
8687
run: |
8788
set -x
88-
jupyter-book build ./website/ --verbose --keep-going
89+
jupyter-book build ./website/
8990
9091
- name: Verify build succeeded
9192
run: |
@@ -110,7 +111,7 @@ jobs:
110111

111112
- name: Upload build logs
112113
if: failure()
113-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@v4
114115
with:
115116
name: website-build-logs
116117
path: |

0 commit comments

Comments
 (0)