|
70 | 70 | sudo apt-get install -y nodejs
|
71 | 71 | sudo mkdir -p /opt/hostedtoolcache/
|
72 | 72 | sudo chmod 777 -R /opt/hostedtoolcache/
|
73 |
| - - uses: actions/checkout@v4 |
| 73 | + - uses: actions/checkout@v2 |
74 | 74 | - name: Set up Python ${{ matrix.python-version }}
|
75 |
| - uses: actions/setup-python@v4 |
| 75 | + uses: actions/setup-python@v2 |
76 | 76 | with:
|
77 | 77 | python-version: ${{ matrix.python-version }}
|
78 | 78 |
|
|
88 | 88 |
|
89 | 89 | - name: pip cache
|
90 | 90 | if: ${{ !env.ACT }}
|
91 |
| - uses: actions/cache@v4 |
| 91 | + uses: actions/cache@v2 |
92 | 92 | with:
|
93 | 93 | path: ~/.cache/pip
|
94 | 94 | key: ${{ runner.os }}-pip-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }}-${{ matrix.test-markers }}-${{ hashFiles('requirements*.txt', '.github/workflows/pytest.yml') }}
|
@@ -192,7 +192,7 @@ jobs:
|
192 | 192 |
|
193 | 193 | - name: Upload Unit Test Results
|
194 | 194 | if: ${{ always() && !env.ACT }}
|
195 |
| - uses: actions/upload-artifact@v4 |
| 195 | + uses: actions/upload-artifact@v2 |
196 | 196 | with:
|
197 | 197 | name: Unit Test Results (Python ${{ matrix.python-version }} ${{ matrix.test-markers }})
|
198 | 198 | path: pytest.xml
|
@@ -230,9 +230,9 @@ jobs:
|
230 | 230 |
|
231 | 231 | timeout-minutes: 90
|
232 | 232 | steps:
|
233 |
| - - uses: actions/checkout@v4 |
| 233 | + - uses: actions/checkout@v2 |
234 | 234 | - name: Set up Python 3.10
|
235 |
| - uses: actions/setup-python@v4 |
| 235 | + uses: actions/setup-python@v2 |
236 | 236 | with:
|
237 | 237 | python-version: "3.10"
|
238 | 238 |
|
@@ -286,9 +286,9 @@ jobs:
|
286 | 286 |
|
287 | 287 | timeout-minutes: 60
|
288 | 288 | steps:
|
289 |
| - - uses: actions/checkout@v4 |
| 289 | + - uses: actions/checkout@v2 |
290 | 290 | - name: Set up Python 3.9
|
291 |
| - uses: actions/setup-python@v4 |
| 291 | + uses: actions/setup-python@v2 |
292 | 292 | with:
|
293 | 293 | python-version: 3.9
|
294 | 294 |
|
@@ -327,9 +327,9 @@ jobs:
|
327 | 327 |
|
328 | 328 | timeout-minutes: 60
|
329 | 329 | steps:
|
330 |
| - - uses: actions/checkout@v4 |
| 330 | + - uses: actions/checkout@v2 |
331 | 331 | - name: Set up Python 3.8
|
332 |
| - uses: actions/setup-python@v4 |
| 332 | + uses: actions/setup-python@v2 |
333 | 333 | with:
|
334 | 334 | python-version: 3.8
|
335 | 335 |
|
@@ -367,9 +367,9 @@ jobs:
|
367 | 367 |
|
368 | 368 | timeout-minutes: 15
|
369 | 369 | steps:
|
370 |
| - - uses: actions/checkout@v4 |
| 370 | + - uses: actions/checkout@v2 |
371 | 371 | - name: Set up Python 3.8
|
372 |
| - uses: actions/setup-python@v4 |
| 372 | + uses: actions/setup-python@v2 |
373 | 373 | with:
|
374 | 374 | python-version: 3.8
|
375 | 375 |
|
@@ -560,7 +560,7 @@ jobs:
|
560 | 560 | steps:
|
561 | 561 | - name: Upload
|
562 | 562 | if: ${{ !env.ACT }}
|
563 |
| - uses: actions/upload-artifact@v4 |
| 563 | + uses: actions/upload-artifact@v2 |
564 | 564 | with:
|
565 | 565 | name: Event File
|
566 | 566 | path: ${{ github.event_path }}
|
|
0 commit comments