diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index e0b68de30..7d8f50ae4 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -51,7 +51,7 @@ jobs: run: npx playwright install --with-deps chromium - name: Run Playwright tests run: npm run playwright -- --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ failure() }} with: name: playwright-report-${{ matrix.node-version }}-${{ matrix.shardIndex }}