|
85 | 85 | shell: bash |
86 | 86 |
|
87 | 87 | - name: Save new cache |
88 | | - uses: actions/cache/save@v5 |
| 88 | + uses: actions/cache/save@v4 |
89 | 89 | with: |
90 | 90 | path: ${{ github.workspace }}/.numba_cache |
91 | 91 | # Save cache with the current date (ENV set in numba_cache action) |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | run: python -m pytest -n logical |
151 | 151 |
|
152 | 152 | - name: Save new cache |
153 | | - uses: actions/cache/save@v5 |
| 153 | + uses: actions/cache/save@v4 |
154 | 154 | with: |
155 | 155 | path: ${{ github.workspace }}/.numba_cache |
156 | 156 | # Save cache with the current date (ENV set in numba_cache action) |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | run: python -m pytest -n logical |
210 | 210 |
|
211 | 211 | - name: Save new cache |
212 | | - uses: actions/cache/save@v5 |
| 212 | + uses: actions/cache/save@v4 |
213 | 213 | with: |
214 | 214 | path: ${{ github.workspace }}/.numba_cache |
215 | 215 | # Save cache with the current date (ENV set in numba_cache action) |
@@ -249,7 +249,7 @@ jobs: |
249 | 249 | run: python -m pytest -n logical --doctest-only --doctest-continue-on-failure |
250 | 250 |
|
251 | 251 | - name: Save new cache |
252 | | - uses: actions/cache/save@v5 |
| 252 | + uses: actions/cache/save@v4 |
253 | 253 | with: |
254 | 254 | path: ${{ github.workspace }}/.numba_cache |
255 | 255 | # Save cache with the current date (ENV set in numba_cache action) |
@@ -289,7 +289,7 @@ jobs: |
289 | 289 | run: python -m pytest aeon/testing/tests/ --enablethreading true -k "check_estimator_multithreading" |
290 | 290 |
|
291 | 291 | - name: Save new cache |
292 | | - uses: actions/cache/save@v5 |
| 292 | + uses: actions/cache/save@v4 |
293 | 293 | with: |
294 | 294 | path: ${{ github.workspace }}/.numba_cache |
295 | 295 | # Save cache with the current date (ENV set in numba_cache action) |
|
0 commit comments