Skip to content

Commit d61e68d

Browse files
⬆️ Bump dawidd6/action-download-artifact from 3 to 7 (#421)
* ⬆️ Bump dawidd6/action-download-artifact from 3 to 7 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v3...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix linkchecker false postive --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mmcky <[email protected]>
1 parent 81cf20d commit d61e68d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: bash -l {0}
2222
run: pip list
2323
- name: Download "build" folder (cache)
24-
uses: dawidd6/action-download-artifact@v6
24+
uses: dawidd6/action-download-artifact@v7
2525
with:
2626
workflow: cache.yml
2727
branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash -l {0}
2323
run: pip list
2424
- name: Download "build" folder (cache)
25-
uses: dawidd6/action-download-artifact@v3
25+
uses: dawidd6/action-download-artifact@v7
2626
with:
2727
workflow: cache.yml
2828
branch: main

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
environment-file: environment.yml
2828
activate-environment: quantecon
2929
- name: Download "build" folder (cache)
30-
uses: dawidd6/action-download-artifact@v6
30+
uses: dawidd6/action-download-artifact@v7
3131
with:
3232
workflow: cache.yml
3333
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pip list
2929
# Download Build Cache from cache.yml
3030
- name: Download "build" folder (cache)
31-
uses: dawidd6/action-download-artifact@v6
31+
uses: dawidd6/action-download-artifact@v7
3232
with:
3333
workflow: cache.yml
3434
branch: main

lectures/_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ latex:
3434
sphinx:
3535
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
3636
config:
37+
# false-positive links
38+
linkcheck_ignore: ['https://online.stat.psu.edu/stat415/book/export/html/834']
3739
bibtex_reference_style: author_year
3840
nb_mime_priority_overrides: [
3941
# HTML

0 commit comments

Comments
 (0)