Skip to content

Commit 5e52470

Browse files
authored
Merge pull request #134 from martinRenou/fix_cig
Fix CI
2 parents f65e708 + 0690de1 commit 5e52470

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pip uninstall -y "sidecar" jupyterlab
4444
4545
- name: Upload extension packages
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: extension-artifacts
4949
path: dist/sidecar*
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
python-version: '3.9'
6161
architecture: 'x64'
62-
- uses: actions/download-artifact@v3
62+
- uses: actions/download-artifact@v4
6363
with:
6464
name: extension-artifacts
6565
- name: Install and Test

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ is used instead.
4545

4646
![sidecar in right panel (default)](sidecar.gif)
4747

48-
4948
### Opening a sidecar in the main work area
5049

5150
By default, a sidecar will be displayed on the right panel, which has some limitations:
@@ -58,7 +57,6 @@ new JupyterLab window which can be re-arranged as desired.
5857

5958
![sidecar in main work area](sidecar-main-area.gif)
6059

61-
6260
## Development
6361

6462
```bash

0 commit comments

Comments
 (0)