Commit dc925368 by Alexander Popov

Update the GitHub Actions to newer versions

parent 3d439109
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
steps: steps:
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
echo -e "\n>>>>> checking $COUNT configs is done <<<<<" echo -e "\n>>>>> checking $COUNT configs is done <<<<<"
- name: Get source code for collecting coverage - name: Get source code for collecting coverage
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Collect coverage for the basic functionality - name: Collect coverage for the basic functionality
run: | run: |
...@@ -157,9 +157,9 @@ jobs: ...@@ -157,9 +157,9 @@ jobs:
coverage xml -i -o coverage.xml coverage xml -i -o coverage.xml
- name: Handle coverage - name: Handle coverage
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
with: with:
file: ./coverage.xml files: ./coverage.xml
flags: functional_test flags: functional_test
name: codecov-umbrella name: codecov-umbrella
fail_ci_if_error: true fail_ci_if_error: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment