File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 with :
6060 name : ${{env.ARTIFACT_NAME_VSIX}}
6161 path : ${{env.VSIX_NAME}}
62+ retention-days : 7
6263
6364 lint :
6465 name : Lint
@@ -298,10 +299,11 @@ jobs:
298299
299300 # Upload unit test coverage reports for later use in the "reports" job.
300301 - name : Upload unit test coverage reports
301- uses : actions/upload-artifact@v1
302+ uses : actions/upload-artifact@v2
302303 with :
303304 name : ${{runner.os}}-${{env.COVERAGE_REPORTS}}
304305 path : ${{ env.special-working-directory }}/.nyc_output
306+ retention-days : 1
305307 if : matrix.test-suite == 'ts-unit' && startsWith(matrix.python, 3.)
306308
307309 # Run the Python and IPython tests in our codebase.
Original file line number Diff line number Diff line change 6161 with :
6262 name : ${{ env.ARTIFACT_NAME_VSIX }}
6363 path : ${{ env.VSIX_NAME }}
64+ retention-days : 14
6465
6566 lint :
6667 # Unlike for the insiders build, we skip linting file formatting as that
You can’t perform that action at this time.
0 commit comments