diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml
index f33af6a66..e6e51ce56 100644
--- a/.github/workflows/e2e-tests.yml
+++ b/.github/workflows/e2e-tests.yml
@@ -210,13 +210,13 @@ jobs:
           TURBO_TEAM: ${{ vars.TURBO_TEAM }}
           CYPRESS_CONTAINER_ID: ${{ matrix.containers }}
 
-      - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # master
+      - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # master
         if: always()
         with:
           name: screenlog-${{ matrix.containers }}
           path: frontend/screenlog.0
 
-      - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # master
+      - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # master
         if: always()
         with:
           name: screenshots-${{ matrix.containers }}