diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index b0cbef2..cc4da30 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
       - name: Run linter and tests
         run: make test-ci
       - name: Update code coverage
-        uses: codecov/codecov-action@v2.1.0
+        uses: codecov/codecov-action@v3.0.0
         with:
           flags: unittests
           fail_ci_if_error: true # optional (default = false)