@@ -199,7 +199,7 @@ jobs:
199
199
run : vendor/bin/simple-phpunit --log-junit build/logs/phpunit/junit.xml ${{ matrix.coverage && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
200
200
- name : Upload test artifacts
201
201
if : always()
202
- uses : actions/upload-artifact@v3
202
+ uses : actions/upload-artifact@v4
203
203
with :
204
204
name : phpunit-logs-php${{ matrix.php }}
205
205
path : build/logs/phpunit
@@ -270,7 +270,7 @@ jobs:
270
270
vendor/bin/phpunit --log-junit "build/logs/phpunit/junit.xml" ${{ matrix.coverage && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
271
271
- name : Upload test artifacts
272
272
if : always()
273
- uses : actions/upload-artifact@v3
273
+ uses : actions/upload-artifact@v4
274
274
with :
275
275
name : phpunit-logs-php${{ matrix.php }}
276
276
path : src/${{ matrix.component }}/build/logs/phpunit
@@ -353,7 +353,7 @@ jobs:
353
353
continue-on-error : true
354
354
- name : Upload test artifacts
355
355
if : always()
356
- uses : actions/upload-artifact@v3
356
+ uses : actions/upload-artifact@v4
357
357
with :
358
358
name : behat-logs-php${{ matrix.php }}
359
359
path : build/logs/behat
@@ -391,7 +391,7 @@ jobs:
391
391
npx git+https://github.com/soyuka/swagger-cli#master validate build/out/openapi/openapi_v3.yaml
392
392
- name : Upload OpenAPI artifacts
393
393
if : always()
394
- uses : actions/upload-artifact@v3
394
+ uses : actions/upload-artifact@v4
395
395
with :
396
396
name : openapi-docs-php${{ matrix.php }}
397
397
path : build/out/openapi
@@ -561,7 +561,7 @@ jobs:
561
561
continue-on-error : true
562
562
- name : Upload test artifacts
563
563
if : always()
564
- uses : actions/upload-artifact@v3
564
+ uses : actions/upload-artifact@v4
565
565
with :
566
566
name : behat-logs-php${{ matrix.php }}
567
567
path : build/logs/behat
@@ -652,7 +652,7 @@ jobs:
652
652
continue-on-error : true
653
653
- name : Upload test artifacts
654
654
if : always()
655
- uses : actions/upload-artifact@v3
655
+ uses : actions/upload-artifact@v4
656
656
with :
657
657
name : behat-logs-php${{ matrix.php }}
658
658
path : build/logs/behat
@@ -1139,7 +1139,7 @@ jobs:
1139
1139
fi
1140
1140
- name : Upload test artifacts
1141
1141
if : always()
1142
- uses : actions/upload-artifact@v3
1142
+ uses : actions/upload-artifact@v4
1143
1143
with :
1144
1144
name : phpunit-logs-php${{ matrix.php }}
1145
1145
path : build/logs/phpunit
@@ -1206,7 +1206,7 @@ jobs:
1206
1206
vendor/bin/behat --out=std --format=progress --format=junit --out=build/logs/behat/junit --profile=legacy --no-interaction
1207
1207
- name : Upload test artifacts
1208
1208
if : always()
1209
- uses : actions/upload-artifact@v3
1209
+ uses : actions/upload-artifact@v4
1210
1210
with :
1211
1211
name : behat-logs-php${{ matrix.php }}
1212
1212
path : build/logs/behat
@@ -1226,7 +1226,7 @@ jobs:
1226
1226
npx git+https://github.com/soyuka/swagger-cli#master validate build/out/openapi/openapi_v3.yaml
1227
1227
- name : Upload OpenAPI artifacts
1228
1228
if : always()
1229
- uses : actions/upload-artifact@v3
1229
+ uses : actions/upload-artifact@v4
1230
1230
with :
1231
1231
name : openapi-docs-php${{ matrix.php }}
1232
1232
path : build/out/openapi
@@ -1275,7 +1275,7 @@ jobs:
1275
1275
vendor/bin/behat --out=std --format=progress --format=junit --out=build/logs/behat/junit --profile=symfony_listeners --no-interaction
1276
1276
- name : Upload test artifacts
1277
1277
if : always()
1278
- uses : actions/upload-artifact@v3
1278
+ uses : actions/upload-artifact@v4
1279
1279
with :
1280
1280
name : behat-logs-php${{ matrix.php }}
1281
1281
path : build/logs/behat
@@ -1295,7 +1295,7 @@ jobs:
1295
1295
npx git+https://github.com/soyuka/swagger-cli#master validate build/out/openapi/openapi_v3.yaml
1296
1296
- name : Upload OpenAPI artifacts
1297
1297
if : always()
1298
- uses : actions/upload-artifact@v3
1298
+ uses : actions/upload-artifact@v4
1299
1299
with :
1300
1300
name : openapi-docs-php${{ matrix.php }}
1301
1301
path : build/out/openapi
0 commit comments