File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Base Setup
19
19
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
24
24
token : ${{ secrets.GITHUB_TOKEN }}
25
25
26
26
- name : Upload Distributions
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : jupyter-releaser-dist-${{ github.run_number }}
30
30
path : |
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
timeout-minutes : 20
146
146
runs-on : ubuntu-latest
147
147
steps :
148
- - uses : actions/checkout@v3
148
+ - uses : actions/checkout@v4
149
149
150
150
- name : Base Setup
151
151
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
@@ -298,7 +298,7 @@ jobs:
298
298
TIMELINE_FEATURE=1 jlpm test:timeline
299
299
- name : Upload Playwright Test report
300
300
if : always()
301
- uses : actions/upload-artifact@v3
301
+ uses : actions/upload-artifact@v4
302
302
with :
303
303
name : jupyter-collaboration-playwright-report
304
304
path : |
You can’t perform that action at this time.
0 commit comments