diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7ec5e69..11f1dde 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -69,6 +69,6 @@ jobs:
       run: |
         vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
 
-    - uses: codecov/codecov-action@v3.1.0
+    - uses: codecov/codecov-action@v5.4.3
       with:
         fail_ci_if_error: false