@@ -228,8 +228,8 @@ jobs:
228
228
229
229
- name : Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
230
230
run : |
231
- echo "::set-env name= CI_PYTHON_PATH:: python"
232
- echo "::set-env name= CI_DISABLE_AUTO_SELECTION::1"
231
+ echo "CI_PYTHON_PATH= python" >> $GITHUB_ENV
232
+ echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
233
233
shell : bash
234
234
if : matrix.test-suite != 'ts-unit'
235
235
@@ -362,8 +362,8 @@ jobs:
362
362
363
363
- name : Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
364
364
run : |
365
- echo "::set-env name= CI_PYTHON_PATH:: python"
366
- echo "::set-env name= CI_DISABLE_AUTO_SELECTION::1"
365
+ echo "CI_PYTHON_PATH= python" >> $GITHUB_ENV
366
+ echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
367
367
shell : bash
368
368
369
369
- name : Run smoke tests
@@ -428,8 +428,8 @@ jobs:
428
428
429
429
- name : Set CI_PYTHON_PATH and CI_DISABLE_AUTO_SELECTION
430
430
run : |
431
- echo "::set-env name= CI_PYTHON_PATH:: python"
432
- echo "::set-env name= CI_DISABLE_AUTO_SELECTION::1"
431
+ echo "CI_PYTHON_PATH= python" >> $GITHUB_ENV
432
+ echo "CI_DISABLE_AUTO_SELECTION=1" >> $GITHUB_ENV
433
433
shell : bash
434
434
435
435
- name : Run insider tests
@@ -460,7 +460,7 @@ jobs:
460
460
# The name pattern is ${{runner.os}}-${{env.COVERAGE_REPORTS}}, and possible values for runner.os are `Linux`, `Windows`, or `macOS`.
461
461
# See https://help.github.com/en/actions/reference/contexts-and-expression-syntax-for-github-actions#runner-context
462
462
- name : Download Ubuntu test coverage artifacts
463
- uses : actions/download-artifact@v1
463
+ uses : actions/download-artifact@v2
464
464
with :
465
465
name : Linux-${{env.COVERAGE_REPORTS}}
466
466
0 commit comments