Skip to content

Commit 1231103

Browse files
authored
Merge branch 'main' into phase1-html-archive-releases
2 parents 8b9f3a5 + 707faae commit 1231103

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
run: |
4141
jb build lectures --path-output ./ -W --keep-going
4242
- name: Upload Execution Reports (HTML)
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
if: failure()
4545
with:
4646
name: execution-reports
4747
path: _build/html/reports
4848
- name: Upload "_build" folder (cache)
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: build-cache
5252
path: _build

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
mkdir -p _build/html/_pdf
5353
cp -u _build/latex/*.pdf _build/html/_pdf
5454
- name: Upload Execution Reports (LaTeX)
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
if: failure()
5757
with:
5858
name: execution-reports
@@ -72,7 +72,7 @@ jobs:
7272
rm -r _build/.doctrees
7373
jb build lectures --path-output ./ -nW --keep-going
7474
- name: Upload Execution Reports (HTML)
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
if: failure()
7777
with:
7878
name: execution-reports

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
jb build lectures --path-output ./ -n -W --keep-going
3939
- name: Upload Execution Reports
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
if: failure()
4242
with:
4343
name: execution-reports

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
args: --accept 403,503 *.html
2525
- name: Create Issue From File
2626
if: steps.lychee.outputs.exit_code != 0
27-
uses: peter-evans/create-issue-from-file@v5
27+
uses: peter-evans/create-issue-from-file@v6
2828
with:
2929
title: Link Checker Report
3030
content-filepath: ./lychee/out.md

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
publish_dir: _build/html/
116116
cname: intro.quantecon.org
117117
- name: Upload "_build" folder (cache)
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: build-publish
121121
path: _build

0 commit comments

Comments
 (0)