diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da49c8d..f23b44f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
           py.test --cov-report xml --cov-report term --cov=opyoid ./tests ./tests_e2e
       - name: Codecov
         if: matrix.python-version == '3.11'
-        uses: codecov/codecov-action@v3
+        uses: codecov/codecov-action@v4
         with:
           fail_ci_if_error: true