Skip to content

Bump actions/upload-artifact from 5.0.0 to 7.0.1 #933

Bump actions/upload-artifact from 5.0.0 to 7.0.1

Bump actions/upload-artifact from 5.0.0 to 7.0.1 #933

Workflow file for this run

name: Test Downstream
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
downstream:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
- name: Test jupyterlab
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@d734fad2dc3aadbe56a5fd530037656e770e1a8d # v1
with:
package_name: jupyterlab
package_spec: "\".[test]\""
test_command: "python -m jupyterlab.browser_check --no-browser-test"