diff --git a/.github/workflows/continuous-integration-pip.yml b/.github/workflows/continuous-integration-pip.yml
index fceb236ee..bc7695d15 100644
--- a/.github/workflows/continuous-integration-pip.yml
+++ b/.github/workflows/continuous-integration-pip.yml
@@ -74,7 +74,7 @@ jobs:
           pytest --cov=./ --cov-report=xml
 
       - name: Upload coverage
-        uses: codecov/codecov-action@v4.6.0
+        uses: codecov/codecov-action@v5.0.2
 
   testing_mac_arm:
     needs: [code_lint]
@@ -110,7 +110,7 @@ jobs:
           pytest --cov=./ --cov-report=xml
 
       - name: Upload coverage
-        uses: codecov/codecov-action@v4.6.0
+        uses: codecov/codecov-action@v5.0.2
 
   testing_mac_intel:
     needs: [code_lint]
@@ -146,7 +146,7 @@ jobs:
           pytest --cov=./ --cov-report=xml
 
       - name: Upload coverage
-        uses: codecov/codecov-action@v4.6.0
+        uses: codecov/codecov-action@v5.0.2
 
   testing_windows:
     needs: [code_lint]
@@ -188,4 +188,4 @@ jobs:
           pytest --cov=./ --cov-report=xml
 
       - name: Upload coverage
-        uses: codecov/codecov-action@v4.6.0
+        uses: codecov/codecov-action@v5.0.2
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 6dab1f13c..b09555e34 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
         run: pytest --cov=./ --cov-report=xml
 
       - name: Upload coverage
-        uses: codecov/codecov-action@v4.6.0
+        uses: codecov/codecov-action@v5.0.2
 
   source-distribution:
     needs: [build-test]