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