diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 9e78676c58..3937676d83 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
     - name: Run RSpec tests
       run: bundle exec rspec
 
-    - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c
+    - uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a
       if: always()
 
     - name: Test that installing works