Merge pull request #7042 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-5

build(deps): bump actions/upload-artifact from 4 to 5 in /.github/workflows
This commit is contained in:
Simon L. 2025-10-27 15:59:07 +01:00 committed by GitHub
commit a09f59bf79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ jobs:
exit 1 exit 1
fi fi
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
name: playwright-report name: playwright-report