Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/julia-actions/setu…
Browse files Browse the repository at this point in the history
…p-julia-2
  • Loading branch information
mmcky authored Oct 29, 2024
2 parents b6e7c4d + a57e4ee commit 1c24673
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
jb build lectures --path-output ./
- name: Upload the "_build" folder (cache)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-cache
path: _build
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
jb build lectures --path-output ./
- name: Save Build as Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: _build
path: _build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
zip -r download-notebooks.zip _build/jupyter
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: download-notebooks
path: download-notebooks.zip
Expand All @@ -82,7 +82,7 @@ jobs:
publish_dir: _build/html/
cname: julia.quantecon.org
- name: Upload "_build" folder (cache)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-publish
path: _build
Expand Down

0 comments on commit 1c24673

Please sign in to comment.