Skip to content

Commit 77470ed

Browse files
committed
update
1 parent 18ac7fc commit 77470ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
2323
- name: Set up Python
24-
uses: actions/setup-python@v1
25-
- uses: yaananth/run-notebook@v1
24+
uses: actions/setup-python@v3
25+
- uses: yaananth/run-notebook@v2
2626
env:
2727
RUNNER: ${{ toJson(runner) }}
2828
SECRETS: ${{ toJson(secrets) }}
@@ -32,7 +32,7 @@ jobs:
3232
params: "PATHTOPARAMS.json"
3333
isReport: False
3434
poll: True
35-
- uses: actions/upload-artifact@master
35+
- uses: actions/upload-artifact@v3
3636
if: always()
3737
with:
3838
name: output

0 commit comments

Comments
 (0)