This fixes the error:
```
Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20.
```
steps:
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Get source code for collecting coverage
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install coverage
run: |
steps:
- name: Set up Python ${{ matrix.python-version }}
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
echo -e "\nHave checked $COUNT kconfigs"
- name: Get source code for collecting coverage
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Run the functional tests and collect the coverage
run: |