From f1f27a63e126389979d6d0b182ecf45c45b7bf53 Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Sat, 8 Mar 2025 13:14:53 +0000 Subject: [PATCH] Update run_integration_tests.yml --- .github/workflows/run_integration_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 1c4c08f7c..cf6a9afa0 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -19,21 +19,21 @@ jobs: - name: Restore cached part 1 id: restore-cache-p1 - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: archive/part1-archive.7z key: ${{ runner.os }}-part-1 - name: Restore cached part 2 id: restore-cache-p2 - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: archive/part2-archive.7z key: ${{ runner.os }}-part-2 - name: Restore cached part 3 id: restore-cache-p3 - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: archive/part3-archive.7z key: ${{ runner.os }}-part-3