Skip to content

Commit 4f60a17

Browse files
authored
Add cube files; Update model links; Remove presenter toggle (#28)
* Change links and permission change * Move pattern files * Add cubes to resources * Update workflow actions
1 parent bba3a0a commit 4f60a17

File tree

13 files changed

+10
-10
lines changed

13 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pip uninstall -y "jupyterlab_gather" jupyterlab
5454
5555
- name: Upload extension packages
56-
uses: actions/upload-artifact@v3
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: extension-artifacts
5959
path: dist/jupyterlab_gather*
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
python-version: '3.9'
7171
architecture: 'x64'
72-
- uses: actions/download-artifact@v3
72+
- uses: actions/download-artifact@v4
7373
with:
7474
name: extension-artifacts
7575
- name: Install and Test
@@ -101,7 +101,7 @@ jobs:
101101
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
102102

103103
- name: Download extension package
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105
with:
106106
name: extension-artifacts
107107

@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Upload Playwright Test report
137137
if: always()
138-
uses: actions/upload-artifact@v3
138+
uses: actions/upload-artifact@v4
139139
with:
140140
name: jupyterlab_gather-playwright-tests
141141
path: |

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Upload Distributions
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: jupyterlab_gather-releaser-dist-${{ github.run_number }}
3030
path: .jupyter_releaser_checkout/dist

resources/ar-cubes/cube1.pdf

281 KB
Binary file not shown.

resources/ar-cubes/cube2.pdf

53.1 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)