Skip to content

Commit d328fd2

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c150556 commit d328fd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
136136
working-directory: tests
137137
run: npx playwright test
138-
- uses: actions/upload-artifact@v6
138+
- uses: actions/upload-artifact@v7
139139
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
140140
with:
141141
name: playwright-report-${{ matrix.container }}

0 commit comments

Comments
 (0)