Update actions/upload-artifact action to v7 #13

Merged
nitrix merged 1 commits from renovate/major-github-artifact-actions into master 2026-03-06 22:29:16 +01:00
Showing only changes of commit ca651d4c05 - Show all commits

View File

@@ -66,7 +66,7 @@ jobs:
run: cd frontend && npm run test:e2e run: cd frontend && npm run test:e2e
- name: Upload Playwright report - name: Upload Playwright report
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
with: with:
name: playwright-report name: playwright-report