diff --git a/.github/workflows/integration-tests-v1.yml b/.github/workflows/integration-tests-v1.yml index d6be6a6a353..a638d737d3d 100644 --- a/.github/workflows/integration-tests-v1.yml +++ b/.github/workflows/integration-tests-v1.yml @@ -39,7 +39,7 @@ jobs: - name: Restore cached failed tests id: cache-tests-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: | .pytest_cache/v/cache/lastfailed @@ -64,7 +64,7 @@ jobs: - name: Save failed tests id: cache-tests-save - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: failure() with: path: |