From ee3570ea70156f282403cb4ff5bf78d0dd1ba271 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 5 Apr 2022 23:49:50 +0200 Subject: [PATCH] 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 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45da1aa6..8266e311 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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