Skip to content

Commit

Permalink
Merge pull request #304 from juliusknorr/renovate/major-github-artifa…
Browse files Browse the repository at this point in the history
…ct-actions

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
juliusknorr authored Nov 18, 2024
2 parents 3acbca2 + cea7785 commit 95735e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ jobs:
if: matrix.container == 'php81' || matrix.container == 'php82' || matrix.container == 'php83'
working-directory: tests
run: npx playwright test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: matrix.container == 'php81' || matrix.container == 'php82' || matrix.container == 'php83'
with:
name: playwright-report
name: playwright-report-${{ matrix.container }}
path: tests/playwright-report/
retention-days: 30
- name: Push container image
Expand Down

0 comments on commit 95735e4

Please sign in to comment.