Skip to content

Commit 60656f2

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#1346)
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump upload artifact * Fix yarn.lock * Add packageManager to reduce maintenance burden --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Frédéric Collonval <[email protected]>
1 parent d702f39 commit 60656f2

File tree

3 files changed

+1257
-1256
lines changed

3 files changed

+1257
-1256
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10']
15+
python-version: ['3.9', '3.10', '3.13']
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
@@ -61,7 +61,7 @@ jobs:
6161
pip uninstall -y "jupyterlab_git" jupyterlab
6262
6363
- name: Upload extension packages
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
if: ${{ matrix.python-version == '3.10' }}
6666
with:
6767
name: extension-artifacts
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
python-version: '3.9'
8080
architecture: 'x64'
81-
- uses: actions/download-artifact@v3
81+
- uses: actions/download-artifact@v4.1.7
8282
with:
8383
name: extension-artifacts
8484
- name: Install and Test
@@ -114,7 +114,7 @@ jobs:
114114
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
115115

116116
- name: Download extension package
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4.1.7
118118
with:
119119
name: extension-artifacts
120120

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"style/index.js"
5656
],
5757
"styleModule": "style/index.js",
58+
"packageManager": "[email protected]",
5859
"dependencies": {
5960
"@emotion/react": "^11.10.6",
6061
"@emotion/styled": "^11.10.6",

0 commit comments

Comments
 (0)