Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 6354983

Browse files
authored
Update GitHub Actions to use newer versions
1 parent 1f9eb3c commit 6354983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_notebook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
run:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v6
1010
- name: Set up Python
1111
uses: actions/setup-python@v3
1212
- uses: yaananth/run-notebook@v2
@@ -18,7 +18,7 @@ jobs:
1818
notebook: "notebooks/data-pipeline.ipynb"
1919
isReport: False
2020
poll: True
21-
- uses: actions/upload-artifact@v3
21+
- uses: actions/upload-artifact@v4
2222
if: always()
2323
with:
2424
name: output

0 commit comments

Comments
 (0)