Skip to content

Commit

Permalink
GH Actions: version update for codecov action runner (#226)
Browse files Browse the repository at this point in the history
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 <jrfnl@users.noreply.github.com>
  • Loading branch information
jrfnl and jrfnl committed Apr 5, 2022
1 parent e3612f6 commit 69e970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -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"

Expand Down

0 comments on commit 69e970d

Please sign in to comment.