51
51
52
52
steps :
53
53
54
- - uses : actions/checkout@v3
54
+ - uses : actions/checkout@v4
55
55
with :
56
56
submodules : ' true'
57
57
71
71
VTR_CMAKE_PARAMS : ${{ matrix.cmake }}
72
72
NUM_CORES : ${{ matrix.cores }}
73
73
74
- - uses : actions/upload-artifact@v3
75
- if : ${{ always() }}
74
+ - name : Upload test results
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
+ name : ${{matrix.test}}_test_results
77
78
path : |
78
79
**/results*.gz
79
80
**/plot_*.svg
@@ -92,10 +93,10 @@ jobs:
92
93
- { build_type: 'debug', verbose: '1' }
93
94
steps :
94
95
95
- - uses : actions/setup-python@v4
96
+ - uses : actions/setup-python@v5
96
97
with :
97
98
python-version : 3.10.10
98
- - uses : actions/checkout@v3
99
+ - uses : actions/checkout@v4
99
100
with :
100
101
submodules : ' true'
101
102
- run : ./.github/scripts/install_dependencies.sh
@@ -122,10 +123,10 @@ jobs:
122
123
name : ' F: ${{ matrix.name }}'
123
124
steps :
124
125
125
- - uses : actions/setup-python@v4
126
+ - uses : actions/setup-python@v5
126
127
with :
127
128
python-version : 3.10.10
128
- - uses : actions/checkout@v3
129
+ - uses : actions/checkout@v4
129
130
- run : ./.github/scripts/install_dependencies.sh
130
131
131
132
- name : Test
@@ -137,10 +138,10 @@ jobs:
137
138
runs-on : ubuntu-22.04
138
139
steps :
139
140
140
- - uses : actions/setup-python@v4
141
+ - uses : actions/setup-python@v5
141
142
with :
142
143
python-version : 3.10.10
143
- - uses : actions/checkout@v3
144
+ - uses : actions/checkout@v4
144
145
with :
145
146
submodules : ' true'
146
147
- run : ./.github/scripts/install_dependencies.sh
@@ -156,10 +157,10 @@ jobs:
156
157
runs-on : ubuntu-22.04
157
158
steps :
158
159
159
- - uses : actions/setup-python@v4
160
+ - uses : actions/setup-python@v5
160
161
with :
161
162
python-version : 3.10.10
162
- - uses : actions/checkout@v3
163
+ - uses : actions/checkout@v4
163
164
with :
164
165
submodules : ' true'
165
166
- run : ./.github/scripts/install_dependencies.sh
@@ -236,10 +237,10 @@ jobs:
236
237
name : ' R: ${{ matrix.name }}'
237
238
steps :
238
239
239
- - uses : actions/setup-python@v4
240
+ - uses : actions/setup-python@v5
240
241
with :
241
242
python-version : 3.10.10
242
- - uses : actions/checkout@v3
243
+ - uses : actions/checkout@v4
243
244
with :
244
245
submodules : ' true'
245
246
- run : ./.github/scripts/install_dependencies.sh
@@ -255,7 +256,7 @@ jobs:
255
256
./run_reg_test.py ${{ matrix.suite }} -show_failures -j2
256
257
257
258
- name : Upload regression run files
258
- uses : actions/upload-artifact@v3
259
+ uses : actions/upload-artifact@v4
259
260
with :
260
261
name : ${{matrix.name}}_run_files
261
262
path : |
@@ -266,7 +267,7 @@ jobs:
266
267
vtr_flow/**/*.r
267
268
268
269
- name : Upload regression results
269
- uses : actions/upload-artifact@v3
270
+ uses : actions/upload-artifact@v4
270
271
with :
271
272
name : ${{matrix.name}}_results
272
273
path : |
@@ -291,10 +292,10 @@ jobs:
291
292
name : ' S: ${{ matrix.name }}'
292
293
steps :
293
294
294
- - uses : actions/setup-python@v4
295
+ - uses : actions/setup-python@v5
295
296
with :
296
297
python-version : 3.10.10
297
- - uses : actions/checkout@v3
298
+ - uses : actions/checkout@v4
298
299
with :
299
300
submodules : ' true'
300
301
@@ -325,10 +326,10 @@ jobs:
325
326
runs-on : ubuntu-22.04
326
327
steps :
327
328
328
- - uses : actions/setup-python@v4
329
+ - uses : actions/setup-python@v5
329
330
with :
330
331
python-version : 3.10.10
331
- - uses : actions/checkout@v3
332
+ - uses : actions/checkout@v4
332
333
with :
333
334
submodules : ' true'
334
335
- run : ./.github/scripts/install_dependencies.sh
@@ -350,10 +351,10 @@ jobs:
350
351
runs-on : ubuntu-22.04
351
352
steps :
352
353
353
- - uses : actions/setup-python@v4
354
+ - uses : actions/setup-python@v5
354
355
with :
355
356
python-version : 3.10.10
356
- - uses : actions/checkout@v3
357
+ - uses : actions/checkout@v4
357
358
with :
358
359
submodules : ' true'
359
360
- run : ./.github/scripts/install_dependencies.sh
@@ -376,10 +377,10 @@ jobs:
376
377
runs-on : ubuntu-22.04
377
378
steps :
378
379
379
- - uses : actions/setup-python@v4
380
+ - uses : actions/setup-python@v5
380
381
with :
381
382
python-version : 3.10.10
382
- - uses : actions/checkout@v3
383
+ - uses : actions/checkout@v4
383
384
with :
384
385
submodules : ' true'
385
386
- run : ./.github/scripts/install_dependencies.sh
@@ -411,10 +412,10 @@ jobs:
411
412
name : ' B: ${{ matrix.name }}'
412
413
steps :
413
414
414
- - uses : actions/setup-python@v4
415
+ - uses : actions/setup-python@v5
415
416
with :
416
417
python-version : 3.10.10
417
- - uses : actions/checkout@v3
418
+ - uses : actions/checkout@v4
418
419
with :
419
420
submodules : ' true'
420
421
- run : ./.github/scripts/install_dependencies.sh
@@ -447,10 +448,10 @@ jobs:
447
448
runs-on : ubuntu-22.04
448
449
steps :
449
450
450
- - uses : actions/setup-python@v4
451
+ - uses : actions/setup-python@v5
451
452
with :
452
453
python-version : 3.10.10
453
- - uses : actions/checkout@v3
454
+ - uses : actions/checkout@v4
454
455
with :
455
456
submodules : ' true'
456
457
- run : ./.github/scripts/install_dependencies.sh
0 commit comments