File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143
143
python-version : ${{ matrix.python }}
144
144
architecture : ' x64'
145
145
allow-prereleases : true
146
- - uses : actions/download-artifact@v3
146
+ - uses : actions/download-artifact@v4
147
147
with :
148
148
name : notebook-dist-${{ github.run_number }}
149
149
path : ./dist
Original file line number Diff line number Diff line change 45
45
- name : Build
46
46
uses : ./.github/actions/build-dist
47
47
48
- - uses : actions/download-artifact@v3
48
+ - uses : actions/download-artifact@v4
49
49
with :
50
50
name : notebook-dist-${{ github.run_number }}
51
51
path : ./dist
Original file line number Diff line number Diff line change 39
39
- name : Base Setup
40
40
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
41
41
42
- - uses : actions/download-artifact@v3
42
+ - uses : actions/download-artifact@v4
43
43
with :
44
44
name : notebook-dist-${{ github.run_number }}
45
45
path : ./dist
You can’t perform that action at this time.
0 commit comments