File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Upload jupyter-book artifact for preview in PRs
60
60
if : ${{ github.event_name == 'pull_request' }}
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : jupyter-book
64
64
path : |
Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
19
19
sha : ${{ github.event.workflow_run.head_sha }}
20
20
context : ' JupyterBook preview'
21
21
22
- - uses : dawidd6/action- download-artifact@v2
22
+ - uses : actions/ download-artifact@v4
23
23
with :
24
- github_token : ${{secrets.GITHUB_TOKEN}}
25
- workflow : deploy-gh-pages.yml
26
- run_id : ${{ github.event.workflow_run.id }}
24
+ github-token : ${{secrets.GITHUB_TOKEN}}
25
+ run-id : ${{ github.event.workflow_run.id }}
27
26
name : jupyter-book
28
27
29
28
- name : Get pull request number
You can’t perform that action at this time.
0 commit comments