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