diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ede1909..bc5b321 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,14 +88,14 @@ jobs: run: npx playwright test - name: Upload screenshots if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: diagram-screenshots path: tests/screenshots/ retention-days: 14 - name: Upload Playwright report if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-report path: tests/report/