summaryrefslogtreecommitdiff
path: root/.github/workflows/nonative.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nonative.yml')
-rw-r--r--.github/workflows/nonative.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml
index 1687d5ba9..32c232930 100644
--- a/.github/workflows/nonative.yml
+++ b/.github/workflows/nonative.yml
@@ -37,7 +37,7 @@ jobs:
apt-get -y purge clang gcc gdc
apt-get -y autoremove
python3 -m pip install coverage codecov
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Run tests
run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./tools/run_with_cov.py ./run_tests.py $CI_ARGS --cross ubuntu-armhf.json --cross-only'
- name: Upload coverage report