We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36e9a9 commit f1f27a6Copy full SHA for f1f27a6
.github/workflows/run_integration_tests.yml
@@ -19,21 +19,21 @@ jobs:
19
20
- name: Restore cached part 1
21
id: restore-cache-p1
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
with:
24
path: archive/part1-archive.7z
25
key: ${{ runner.os }}-part-1
26
27
- name: Restore cached part 2
28
id: restore-cache-p2
29
30
31
path: archive/part2-archive.7z
32
key: ${{ runner.os }}-part-2
33
34
- name: Restore cached part 3
35
id: restore-cache-p3
36
37
38
path: archive/part3-archive.7z
39
key: ${{ runner.os }}-part-3
0 commit comments