Skip to content

Commit

Permalink
Update run_integration_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Mar 8, 2025
1 parent d36e9a9 commit f1f27a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1f27a6

Please sign in to comment.