Skip to content

Commit b9d0259

Browse files
committed
Align upload and download artifact versions
1 parent 2b329cf commit b9d0259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
sha256sum * | tee SHA256SUMS
197197
198198
- name: Publish builds
199-
uses: actions/upload-artifact@v3
199+
uses: actions/upload-artifact@v4
200200
with:
201201
name: jupyterlab-lsp dist ${{ github.run_number }}
202202
path: ./dist
@@ -327,7 +327,7 @@ jobs:
327327
shell: bash
328328

329329
- name: Publish browser test output
330-
uses: actions/upload-artifact@v3
330+
uses: actions/upload-artifact@v4
331331
with:
332332
name: Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
333333
path: ./build/reports

0 commit comments

Comments
 (0)