Skip to content

Commit d343e94

Browse files
authored
Bump upload artifact
1 parent cd47de1 commit d343e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)