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 <[email protected]>
  • Loading branch information
Bastian-Krause committed Sep 30, 2024
1 parent 6b54121 commit 8a2072c
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 @@ -68,4 +68,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 8a2072c

Please sign in to comment.