From 69e970df608896a084a2d56e66bbeb3de5b4a806 Mon Sep 17 00:00:00 2001 From: Juliette <663378+jrfnl@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:10:00 +0200 Subject: [PATCH] GH Actions: version update for codecov action runner (#226) 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 Co-authored-by: jrfnl --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 84710ef..57479d9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -79,7 +79,7 @@ jobs: - name: "Run expect tests" run: "bashcov --root ./bin -- ./tests/bash-test.sh tests/tests.sh" - name: "Publish coverage report to Codecov" - uses: "codecov/codecov-action@v2" + uses: "codecov/codecov-action@v3" with: files: "./bin/coverage/codecov-result.json"