Skip to content

Commit b6c9e4e

Browse files
github: update codecov/codecov-action v3 -> v4
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]>
1 parent 2ddc8b1 commit b6c9e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ jobs:
6767
# check README.rst separately
6868
pip install rstcheck
6969
rstcheck --ignore-languages=bash --report-level=WARNING README.rst
70-
- uses: codecov/codecov-action@v3
70+
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)