Skip to content

Commit

Permalink
github: update codecov/codecov-action v3 -> v4
Browse files Browse the repository at this point in the history
GitHub emits warnings like:

  The following actions use a deprecated Node.js version and will be
  forced to run on node20: codecov/codecov-action@v3. For more info:
  https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

The codecov upload hasn't worked reliably in a while. This should fix
it.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
  • Loading branch information
Bastian-Krause committed Oct 14, 2024
1 parent 2ddc8b1 commit b6c9e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
# check README.rst separately
pip install rstcheck
rstcheck --ignore-languages=bash --report-level=WARNING README.rst
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

0 comments on commit b6c9e4e

Please sign in to comment.