Skip to content

Commit f1f27a6

Browse files
committed
Update run_integration_tests.yml
1 parent d36e9a9 commit f1f27a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ jobs:
1919

2020
- name: Restore cached part 1
2121
id: restore-cache-p1
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: archive/part1-archive.7z
2525
key: ${{ runner.os }}-part-1
2626

2727
- name: Restore cached part 2
2828
id: restore-cache-p2
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: archive/part2-archive.7z
3232
key: ${{ runner.os }}-part-2
3333

3434
- name: Restore cached part 3
3535
id: restore-cache-p3
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: archive/part3-archive.7z
3939
key: ${{ runner.os }}-part-3

0 commit comments

Comments
 (0)