From b6c9e4e98fe106d07302c190bcd8627e01804a70 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Mon, 30 Sep 2024 14:34:10 +0200 Subject: [PATCH] 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 --- .github/workflows/reusable-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-unit-tests.yml b/.github/workflows/reusable-unit-tests.yml index 1222500cf..b232bf63e 100644 --- a/.github/workflows/reusable-unit-tests.yml +++ b/.github/workflows/reusable-unit-tests.yml @@ -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