Skip to content

Commit c00c97b

Browse files
authored
Merge pull request #441 from juliusknorr/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents ee0f063 + 9d9ce55 commit c00c97b

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
@@ -134,7 +134,7 @@ jobs:
134134
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
135135
working-directory: tests
136136
run: npx playwright test
137-
- uses: actions/upload-artifact@v5
137+
- uses: actions/upload-artifact@v6
138138
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
139139
with:
140140
name: playwright-report-${{ matrix.container }}

0 commit comments

Comments
 (0)