GH Actions: version update for codecov action runner

Yet another predefined action has had a major release.

This is, again, mostly just a change of the Node version used by the action itself (from Node 12 to Node 16).

Refs:
* https://github.com/codecov/codecov-action/releases
This commit is contained in:
jrfnl 2022-04-05 23:49:50 +02:00
parent 0912769c66
commit ee3570ea70
No known key found for this signature in database
GPG Key ID: 88BCD0973A23BCC6
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ jobs:
- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true