1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Build
2222 uses : ./.github/actions/build-dist
@@ -31,12 +31,12 @@ jobs:
3131 browser : [firefox, chromium]
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v2
34+ uses : actions/checkout@v3
3535
3636 - name : Base Setup
3737 uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3838
39- - uses : actions/download-artifact@v2
39+ - uses : actions/download-artifact@v3
4040 with :
4141 name : notebook-dist-${{ github.run_number }}
4242 path : ./dist
@@ -70,15 +70,15 @@ jobs:
7070
7171 - name : Upload Playwright Test assets
7272 if : always()
73- uses : actions/upload-artifact@v2
73+ uses : actions/upload-artifact@v3
7474 with :
7575 name : notebook-${{ matrix.browser }}-test-assets
7676 path : |
7777 ui-tests/test-results
7878
7979 - name : Upload Playwright Test report
8080 if : always()
81- uses : actions/upload-artifact@v2
81+ uses : actions/upload-artifact@v3
8282 with :
8383 name : notebook-${{ matrix.browser }}-test-report
8484 path : |
9595
9696 - name : Upload updated snapshots
9797 if : failure()
98- uses : actions/upload-artifact@v2
98+ uses : actions/upload-artifact@v3
9999 with :
100100 name : notebook-${{ matrix.browser }}-updated-snapshots
101101 path : ui-tests/test
0 commit comments