File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
134
134
- name : Restore images cache
135
135
if : env.SKIP_UNSTABLE == 'false'
136
- uses : actions/cache@v3
136
+ uses : actions/cache@v4
137
137
with :
138
138
path : .\tests\integration\image_cache
139
139
key : pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -333,7 +333,7 @@ jobs:
333
333
334
334
- name : Restore images cache
335
335
if : env.SKIP_UNSTABLE == 'false'
336
- uses : actions/cache@v3
336
+ uses : actions/cache@v4
337
337
with :
338
338
path : tests/integration/image_cache
339
339
key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -479,7 +479,7 @@ jobs:
479
479
python -c "from ansys.geometry.core.connection.validate import validate; validate()"
480
480
481
481
- name : Restore images cache
482
- uses : actions/cache@v3
482
+ uses : actions/cache@v4
483
483
with :
484
484
path : .\tests\integration\image_cache
485
485
key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -564,7 +564,7 @@ jobs:
564
564
python -c "from ansys.geometry.core.connection.validate import validate; validate()"
565
565
566
566
- name : Restore images cache
567
- uses : actions/cache@v3
567
+ uses : actions/cache@v4
568
568
with :
569
569
path : .\tests\integration\image_cache
570
570
key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments