diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06147526..7028b106 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: # available for download from the Actions summary. - name: Upload Playwright report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-report path: apps/web/playwright-report/ @@ -137,7 +137,7 @@ jobs: - name: Upload test traces (failures only) if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-traces path: apps/web/test-results/