@@ -159,7 +159,7 @@ jobs:
159
159
run : vendor/bin/simple-phpunit --log-junit build/logs/phpunit/junit.xml ${{ matrix.coverage && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
160
160
- name : Upload test artifacts
161
161
if : always()
162
- uses : actions/upload-artifact@v3
162
+ uses : actions/upload-artifact@v4
163
163
with :
164
164
name : phpunit-logs-php${{ matrix.php }}
165
165
path : build/logs/phpunit
@@ -229,7 +229,7 @@ jobs:
229
229
vendor/bin/simple-phpunit --log-junit "build/logs/phpunit/junit.xml" ${{ matrix.coverage && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
230
230
- name : Upload test artifacts
231
231
if : always()
232
- uses : actions/upload-artifact@v3
232
+ uses : actions/upload-artifact@v4
233
233
with :
234
234
name : " phpunit-logs-php${{ matrix.php }}-${{ matrix.component }}"
235
235
path : build/logs/phpunit
@@ -311,7 +311,7 @@ jobs:
311
311
continue-on-error : true
312
312
- name : Upload test artifacts
313
313
if : always()
314
- uses : actions/upload-artifact@v3
314
+ uses : actions/upload-artifact@v4
315
315
with :
316
316
name : behat-logs-php${{ matrix.php }}
317
317
path : build/logs/behat
@@ -349,7 +349,7 @@ jobs:
349
349
npx git+https://github.com/soyuka/swagger-cli#master validate build/out/openapi/openapi_v3.yaml
350
350
- name : Upload OpenAPI artifacts
351
351
if : always()
352
- uses : actions/upload-artifact@v3
352
+ uses : actions/upload-artifact@v4
353
353
with :
354
354
name : openapi-docs-php${{ matrix.php }}
355
355
path : build/out/openapi
@@ -519,7 +519,7 @@ jobs:
519
519
continue-on-error : true
520
520
- name : Upload test artifacts
521
521
if : always()
522
- uses : actions/upload-artifact@v3
522
+ uses : actions/upload-artifact@v4
523
523
with :
524
524
name : behat-logs-php${{ matrix.php }}
525
525
path : build/logs/behat
@@ -610,7 +610,7 @@ jobs:
610
610
continue-on-error : true
611
611
- name : Upload test artifacts
612
612
if : always()
613
- uses : actions/upload-artifact@v3
613
+ uses : actions/upload-artifact@v4
614
614
with :
615
615
name : behat-logs-php${{ matrix.php }}
616
616
path : build/logs/behat
@@ -1081,7 +1081,7 @@ jobs:
1081
1081
fi
1082
1082
- name : Upload test artifacts
1083
1083
if : always()
1084
- uses : actions/upload-artifact@v3
1084
+ uses : actions/upload-artifact@v4
1085
1085
with :
1086
1086
name : phpunit-logs-php${{ matrix.php }}
1087
1087
path : build/logs/phpunit
@@ -1148,7 +1148,7 @@ jobs:
1148
1148
vendor/bin/behat --out=std --format=progress --format=junit --out=build/logs/behat/junit --profile=legacy --no-interaction
1149
1149
- name : Upload test artifacts
1150
1150
if : always()
1151
- uses : actions/upload-artifact@v3
1151
+ uses : actions/upload-artifact@v4
1152
1152
with :
1153
1153
name : behat-logs-php${{ matrix.php }}
1154
1154
path : build/logs/behat
@@ -1168,7 +1168,7 @@ jobs:
1168
1168
npx git+https://github.com/soyuka/swagger-cli#master validate build/out/openapi/openapi_v3.yaml
1169
1169
- name : Upload OpenAPI artifacts
1170
1170
if : always()
1171
- uses : actions/upload-artifact@v3
1171
+ uses : actions/upload-artifact@v4
1172
1172
with :
1173
1173
name : openapi-docs-php${{ matrix.php }}
1174
1174
path : build/out/openapi
0 commit comments