chore(deps): bump actions/upload-artifact from 5 to 6

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 18:08:40 +00:00
committed by GitHub
parent eeb9c09a1c
commit 9d9ce551e1
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
working-directory: tests
run: npx playwright test
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
with:
name: playwright-report-${{ matrix.container }}