Skip to content

Commit c3c7c1a

Browse files
Update upload artfacts in github workflow to v4
1 parent 5c38273 commit c3c7c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
# (optional) Cache your executed notebooks between runs
2626
- name: Cache executed notebooks
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: _build/.jupyter_cache
3030
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
@@ -36,7 +36,7 @@ jobs:
3636
3737
# Always upload logs, even if build succeeds
3838
- name: Upload error logs
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: error-logs
4242
path: _build/html/reports/pathways/related_courses.err.log

0 commit comments

Comments
 (0)