Skip to content

Commit af9e362

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07d0ef8 commit af9e362

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
run: vendor/bin/phpunit --log-junit build/logs/phpunit/junit.xml ${{ matrix.coverage && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
224224
- name: Upload test artifacts
225225
if: always()
226-
uses: actions/upload-artifact@v4
226+
uses: actions/upload-artifact@v5
227227
with:
228228
name: phpunit-logs-php${{ matrix.php }}
229229
path: build/logs/phpunit
@@ -308,7 +308,7 @@ jobs:
308308
composer ${{matrix.component}} test -- --log-junit "/tmp/build/logs/phpunit/junit.xml" ${{ matrix.php.coverage && '--coverage-clover /tmp/build/logs/phpunit/clover.xml' || '' }}${{ matrix.php.lowest && ' --ignore-baseline' || '' }}
309309
- name: Upload test artifacts
310310
if: always()
311-
uses: actions/upload-artifact@v4
311+
uses: actions/upload-artifact@v5
312312
with:
313313
name: phpunit-logs-php${{ matrix.php }}
314314
path: /tmp/build/logs/phpunit
@@ -439,7 +439,7 @@ jobs:
439439
continue-on-error: true
440440
- name: Upload test artifacts
441441
if: always()
442-
uses: actions/upload-artifact@v4
442+
uses: actions/upload-artifact@v5
443443
with:
444444
name: behat-logs-php${{ matrix.php }}
445445
path: build/logs/behat
@@ -629,7 +629,7 @@ jobs:
629629
continue-on-error: true
630630
- name: Upload test artifacts
631631
if: always()
632-
uses: actions/upload-artifact@v4
632+
uses: actions/upload-artifact@v5
633633
with:
634634
name: behat-logs-php${{ matrix.php }}
635635
path: build/logs/behat
@@ -719,7 +719,7 @@ jobs:
719719
continue-on-error: true
720720
- name: Upload test artifacts
721721
if: always()
722-
uses: actions/upload-artifact@v4
722+
uses: actions/upload-artifact@v5
723723
with:
724724
name: behat-logs-php${{ matrix.php }}
725725
path: build/logs/behat
@@ -1221,7 +1221,7 @@ jobs:
12211221
fi
12221222
- name: Upload test artifacts
12231223
if: always()
1224-
uses: actions/upload-artifact@v4
1224+
uses: actions/upload-artifact@v5
12251225
with:
12261226
name: phpunit-logs-php${{ matrix.php }}
12271227
path: build/logs/phpunit
@@ -1289,7 +1289,7 @@ jobs:
12891289
vendor/bin/behat --out=std --format=progress --format=junit --out=build/logs/behat/junit --profile=symfony_listeners --no-interaction
12901290
- name: Upload test artifacts
12911291
if: always()
1292-
uses: actions/upload-artifact@v4
1292+
uses: actions/upload-artifact@v5
12931293
with:
12941294
name: behat-logs-php${{ matrix.php }}
12951295
path: build/logs/behat

0 commit comments

Comments
 (0)