diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 26466c49ac..b525941d2c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -128,7 +128,7 @@ jobs:
           echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
 
       - name: Cache test log bewteen attempts of the same run
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         env:
           cache-name: cache-test-log
         with: