From dd577d8603a358461e4dbbdceeed9e605b4d7ada Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:03:18 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/liveTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/liveTest.yml b/.github/workflows/liveTest.yml index 7b5e2372..ddbd50b5 100644 --- a/.github/workflows/liveTest.yml +++ b/.github/workflows/liveTest.yml @@ -89,7 +89,7 @@ jobs: pip install coverage python -m coverage run --source krypton --branch -m unittest discover -s tests -p "*test*.py" --verbose - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Install AutoBuild depends