We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b329cf commit b9d0259Copy full SHA for b9d0259
.github/workflows/job.test.yml
@@ -196,7 +196,7 @@ jobs:
196
sha256sum * | tee SHA256SUMS
197
198
- name: Publish builds
199
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
200
with:
201
name: jupyterlab-lsp dist ${{ github.run_number }}
202
path: ./dist
@@ -327,7 +327,7 @@ jobs:
327
shell: bash
328
329
- name: Publish browser test output
330
331
332
name: Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
333
path: ./build/reports
0 commit comments